Solved: 'ppp' Dependency Failure

Hi,
When I tried updating 'pacman -Syu' today, a dependency failed involving 'archboot ppp rp-pppoe'. I removed the packages related to the issue before I updated, but when I tried to re-install:
> pacman -Rc rp-pppoe ppp
> pacman -Syu
> pacman -S archboot
resolving dependencies...
warning: cannot resolve "ppp=2.4.6", a dependency of "rp-pppoe"
warning: cannot resolve "rp-pppoe>=3.10-7", a dependency of "archboot"
:: The following package cannot be upgraded due to unresolvable dependencies:
archboot
:: Do you want to skip the above package for this upgrade? [y/N] n
error: failed to prepare transaction (unexpected error)
> pacman -Ss ppp
core/ppp 2.4.7-1
extra/rp-pppoe 3.11-5
Before the update, I had installed:
ppp 2.4.6-2
rp-pppoe 3.11-5
Is ppp=2.4.6 indeed a dependency of 'rp-pppoe', or can it be a higher version? The page for rp-pppoe says ppp=2.4.7 as a dependency, which is different than what pacman says. Why not use >=?
Could anyone provide any feedback or maybe a solution?
Using x64.
Thank you.
Last edited by AGT (2014-09-03 23:25:12)

I agree: in this case, yes; rp-pppoe does not accept any other version than one, but why was that done in the first place? Was that intentional?
Or, I'm thinking, an update to rp-pppoe, with the current base version, could be released, in the meanwhile, to accept other versions of ppp, as well.
Oops: I just noticed that thea also posted on this topic before me.
Last edited by AGT (2014-09-03 17:46:43)

Similar Messages

  • [SOLVED]X start failure after upgrade: dri3,present modules missing

    I start X with ~.xinitrc from console, which won"t work after last upgrade --first in two weeks.
    (EE) Server terminated with error (1).Closing log file.
    xinit: giving up
    xinit: unable to connect to X server: Connection refused
    xinit: server error
    Xorg.log.0 :
    [51:778] (EE) intel: Failed to load module "dri3" (module does not exist, 0)
    [51:779] (EE) intel: Failed to load module "present" (module does not exist, 0)
    Installed packages (EDIT: completed):
    xf86-video-intel-2.99.{914-4,916-1}-i686 and also tried with xf86-video-intel-git, with "SNA" acceleration.
    intel-dri 10-2.7-3
    dri2proto 2.8-2
    dri3proto 1.0-1
    xf86driproto 2.1.1-3
    Linux 3.15.5-2-ARCH i686
    Linux CK Atom 3.16.2-1
    Issue occurred after upgrading from v2.99.912-1 to v2.99.914+. I was going to try downgrade xf86-video-intel to v2.99.912-1 (as in the first thread in Refs) but went in a dependency conflict, with the older intel driver requiring glamor-egl which conflicts with xorg-server ':-|
    Atom netbook
    lspci:
    00:02.0 VGA compatible controller: Intel Corporation Atom Processor D4xx/D5xx/N4xx/N5xx Integrated Graphics Controller
    Some refs :
        » [SOLVED] X start failure after upgrade    https://bbs.archlinux.org/viewtopic.php?pid=1426837
        » [Solved] xf86-video-Intel-2.99.912-1 breaks xorg https://bbs.archlinux.org/viewtopic.php?id=182932
    Last edited by kozaki (2014-09-12 09:45:53)

    The issue occurred after upgrading from xf86-video-intel-v2.99.912-1 to v2.99.914+ and xorg-server-1.15.2-1 to 1.16.0-6 (and -devel).
    same issue if:
    - Switching accelaration method to "UXA" as per https://bugs.archlinux.org/task/40860
    - Adding    Option "DRI" "False"
    Digged a bit:
    - same modules errors but appears to be a Gnome bug (X starts): https://bbs.archlinux.org/viewtopic.php?pid=1441716
    - same modules errors but X starts up without problems http://www.linuxquestions.org/questions … 175511372/
    makes me doubt if this issue is related to the modules not found. Which is the single indication I found so far x-/
    Any light on where can the issue comes from? hardware is pretty much standard even if getting a bit old. Never had Xorg related issue so far on this pancake.
    Last edited by kozaki (2014-09-11 11:05:42)

  • Milestone HUP /  post-milestone dependency failure?

    Ok, I know that's a horrible subject line. Please bear with me.
    I've been playing with the dependency mechanisms in b72, and have been unable to get an online milestone offlined by disabling a service upon which that milestone depends.
    Disabling cron at the single-user milestone prevents
    # svcadm -v milestone svc:/milestone/multi-user:default
    from succeeding: svcs -a \*milestone\* shows the multi-user milestone is offline, svcs -xv says why, everything works as advertised.
    Dandy.
    A slightly different test is to cleanly come up to the multi-user milestone with cron enabled, show that the milestone was reached, and cron is online, and then disable cron.
    The milestone is still reported as online, although it has lost a dependency. I guess milestones are... milestones, not states, per se, but it would be nice to demonstrate SMF noticing a subsequent dependency failure.
    $ svcs | grep mil
    disabled 9:41:17 svc:/milestone/multi-user-server:default
    online 9:41:27 svc:/milestone/devices:default
    online 9:41:32 svc:/milestone/single-user:default
    online 10:48:41 svc:/milestone/name-services:default
    online 10:48:51 svc:/milestone/multi-user:default
    $ svcadm -v disable cron
    svc:/system/cron:default disabled.
    $ svcs | grep mil
    disabled 9:41:17 svc:/milestone/multi-user-server:default
    online 9:41:27 svc:/milestone/devices:default
    online 9:41:32 svc:/milestone/single-user:default
    online 10:48:41 svc:/milestone/name-services:default
    online 10:48:51 svc:/milestone/multi-user:default
    I've tried to nudge SMF by calling restart on the mult-user milestone, but no joy:
    $ svcadm -v restart svc:/milestone/multi-user:default
    Action restart set for svc:/milestone/multi-user:default.
    $ svcs | grep mil
    disabled 9:41:17 svc:/milestone/multi-user-server:default
    online 9:41:27 svc:/milestone/devices:default
    online 9:41:32 svc:/milestone/single-user:default
    online 10:48:41 svc:/milestone/name-services:default
    online 11:26:02 svc:/milestone/multi-user:default
    $ svcs -a | grep cron
    disabled 10:59:53 svc:/system/cron:default
    From this state going all the way down to single-user and then attempting to get back up into multi-user fails, as it should. But that feels a lot like
    # init s
    # init 3
    with fingers crossed.
    So, two questions:
    Is there a svcadm command that will effectively HUP a current milestone?
    Is there no simple way to tell before the fact that a milestone is unreachable, or that a currently achieved milestone will not be achieved next time around?
    Thank you for reading this far!
    cheers,
    kidari

    There are characteristics to the dependencies within smf(5): grouping, which has to do with the set of entities and their necessity, and restart_on, which has to do with event propagation across the dependency link. If you use svcs -l on milestone/multi-user:deafult,
    you will get:
    2 $ svcs -l cron milestone/multi-user:default
    fmri         svc:/system/cron:default
    name         clock daemon (cron)
    enabled      true
    state        online
    next_state   none
    state_time   Tue Jan 11 10:37:15 2005
    logfile      /var/svc/log/system-cron:default.log
    restarter    svc:/system/svc/restarter:default
    contract_id  50
    dependency   require_all/none svc:/system/filesystem/local (online)
    dependency   require_all/none svc:/milestone/name-services (online)
    fmri         svc:/milestone/multi-user:default
    name         multi-user milestone
    enabled      true
    state        online
    next_state   none
    state_time   Tue Jan 11 10:37:24 2005
    logfile      /var/svc/log/milestone-multi-user:default.log
    restarter    svc:/system/svc/restarter:default
    dependency   require_all/none svc:/milestone/single-user (online) svc:/milestone/sysconfig (online) svc:/milestone/name-services (online) svc:/milestone/sysconfig (online) svc:/milestone/sysconfig (online) svc:/milestone/sysconfig (online) svc:/milestone/sysconfig (online) svc:/milestone/sysconfig (online) svc:/milestone/sysconfig (online) svc:/milestone/sysconfig (online) svc:/milestone/sysconfig (online) svc:/milestone/sysconfig (online)
    dependency   require_all/none svc:/system/filesystem/local (online)
    dependency   optional_all/none svc:/platform/i86pc/kdmconfig:default (online)
    dependency   optional_all/none svc:/network/rpc/bind (online)
    dependency   optional_all/none svc:/system/system-log (online)
    dependency   optional_all/none svc:/system/utmp (online)
    dependency   optional_all/none svc:/application/print/server (disabled)
    dependency   optional_all/none svc:/network/nfs/client (online)
    dependency   optional_all/none svc:/network/inetd (online)
    dependency   optional_all/none svc:/network/smtp:sendmail (online)
    dependency   optional_all/none svc:/network/ntp (online)
    dependency   optional_all/none svc:/system/filesystem/autofs (online)
    dependency   optional_all/none svc:/system/cron (online)
    dependency   optional_all/none svc:/system/mdmonitor (online)
    dependency   optional_all/none svc:/system/name-service-cache (online)
    dependency   optional_all/none svc:/system/power (online)
    dependency   optional_all/none svc:/system/rcap (disabled)
    dependency   optional_all/none svc:/system/system-log (online)
    dependency   require_all/none svc:/system/rmtmpfiles (online)The key part of the line for system/cron is "optional_all/none", which means that ("optional_all") milestone/multi-user does not require cron and can be brought online even if cron is disabled or in maintenance, and that ("none") milestone/multi-user is not restarted for any interruption or activity that might happen to cron.
    - Stephen

  • PROBLEM SOLVED--CS5 WIN7 X64 INSTALL ERROR DEPENDENCY FAILURE

    PROBLEM SOLVED!!!!!!!!!!!!
    I just spent 9  hours straight on this, but will was stronger than "its". Now I have  both cs4 and cs5, but hopefully it will work if you just have cs5 as  well. I also did not try runnning cs5 installer first after implementing  the fix, maybe that will work too..And when getting the cs5 error, I  went to re-install cs4 but got an error as well so that is why I took  the steps I did. On 7x64 do the followin
    First  run the cs5 cleanup tool and reboot.
    Second,  go into c:\program file(x86)\common files\adobe\installers . Delete  everything in it
    Then go into you registry  (start, run, then type regedit) and expand to this registry key:  HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\ Components  ...(if this isnt there, try an install again, then go to the folder  that you deleted the files from a moment ago and extract the log from  the zip file and open it and go to the end. where it says error 1402  will be followed by a unknown\components\(a bunch of numebers right  here)\(more numbers)  ...
    Copy the numbers  directly after the components\ and go back into registry and click edit  then "find" paste those numbers into the box and hit find..when you get  to the key, scroll ALL the way back up to components again. Right click  components and hit permissions.. Go to advanced and then the ownership  tab up top.. click edit, hightlight administrator(s), check the box to  "replace subcontainers" and click apply. respond yes to everything and  close that and hit apply again if asked. then click the add button above  the advanced button you just clicked. when the new box appears, click  advanced and then click find now. Highlight Administrators and SYSTEM  and hit OK. Then give both of them full rights and hit apply. Then click  advanced again and in the first window check the box that says "replace  all child objects...." and hit apply. accept the prompts and hit okay.
    Now  go into c:\windows and on the system32 folder, right click and go to  properties. Go to the security tab. Click advanced and then "owner" and  click edit. highlght administrators and check the box "replace all child  object....." again and hit apply.... 
    Now give  Administrators, SYSTEM, AND TrustedInstaller full rights by clicking  edit above the advanced tab in the first properties box.. Then click  advanced again and in the first window click replace all child  object....." again and hit apply.... 
    Now  do the same for the winsxs folder and (for good measure i did syswow64  but not sure if its necessary)... 
    Now you should  be able to install both versions..(as i said, I installed cs4 first,  maybe it was not necessary)... 
    If you dont  like the idea of just blindly giving administrators full rights to all  system folders, you can spend MANY MANY hours running the installs over  and over and getting the faulty registry value that caused it to fail  and create specific permissions for that and then go on to the next  value that fails......what a pain 
    Message was edited  by: DarkMatter78

    Thank you for this.
    I have been trying to install CS5 MC now for weeks. I first got it to install everything except After Effects and Premiere Pro. Then trying to follow all the suggestions on this forum I wound up not being able to install any part of it at all. Now..
    Well...following your kind suggestions as much to the letter as I could I have now been able to install everything...except Affter Effects and Premiere Pro. Sigh.
    At least I can get back to work on everything that doesn't require AE and PPro.  I still need to get them installed and working.

  • [Solved]Missing dependency [dbus-sharp]

    I recently adopted a PKGBUILD that I like it's docky-stacks-bzr and when trying to fix it I'm getting this error :
    Running aclocal -I . -I m4/shamrock ...
    Running automake --copy --gnu ...
    Running autoconf ...
    Running intltoolize --force --copy --automake ...
    Running ./configure --prefix=/usr ...
    checking for a BSD-compatible install... /bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... /bin/mkdir -p
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking how to create a pax tar archive... gnutar
    checking whether NLS is requested... yes
    checking for style of include used by make... GNU
    checking for gcc... gcc
    checking whether the C compiler works... yes
    checking for C compiler default output file name... a.out
    checking for suffix of executables...
    checking whether we are cross compiling... no
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking dependency style of gcc... none
    checking for intltool >= 0.35.0... 0.41.1 found
    checking for intltool-update... /usr/bin/intltool-update
    checking for intltool-merge... /usr/bin/intltool-merge
    checking for intltool-extract... /usr/bin/intltool-extract
    checking for xgettext... /usr/bin/xgettext
    checking for msgmerge... /usr/bin/msgmerge
    checking for msgfmt... /usr/bin/msgfmt
    checking for gmsgfmt... /usr/bin/msgfmt
    checking for perl... /usr/bin/perl
    checking for perl >= 5.8.1... 5.12.1
    checking for XML::Parser... ok
    checking how to run the C preprocessor... gcc -E
    checking for grep that handles long lines and -e... /bin/grep
    checking for egrep... /bin/grep -E
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking locale.h usability... yes
    checking locale.h presence... yes
    checking for locale.h... yes
    checking for LC_MESSAGES... yes
    checking libintl.h usability... yes
    checking libintl.h presence... yes
    checking for libintl.h... yes
    checking for ngettext in libc... yes
    checking for dgettext in libc... yes
    checking for bind_textdomain_codeset... yes
    checking for msgfmt... (cached) /usr/bin/msgfmt
    checking for dcgettext... yes
    checking if msgfmt accepts -c... yes
    checking for gmsgfmt... (cached) /usr/bin/msgfmt
    checking for xgettext... (cached) /usr/bin/xgettext
    checking for catalogs to be installed... ast bg bn ca cs da de el en_GB es et eu fi fo fr gl he hi hr hu id is it ja ko lt nb nl nn pl pt pt_BR ro ru sk sl sv tr uk zh_CN zh_HK zh_TW
    checking for pkg-config... /usr/bin/pkg-config
    checking for gcc... (cached) gcc
    checking whether we are using the GNU C compiler... (cached) yes
    checking whether gcc accepts -g... (cached) yes
    checking for gcc option to accept ISO C89... (cached) none needed
    checking dependency style of gcc... (cached) none
    checking for ANSI C header files... (cached) yes
    checking for mono... /usr/bin/mono
    checking for gmcs... /usr/bin/gmcs
    checking pkg-config is at least version 0.9.0... yes
    checking for GCONF... yes
    checking for gconftool-2... /usr/bin/gconftool-2
    Using config source xml:merged:/etc/gconf/gconf.xml.defaults for schema installation
    Using $(sysconfdir)/gconf/schemas as install directory for schema files
    checking for GCONF_SHARP_20... yes
    checking for GLIB_SHARP_20... yes
    checking for GIO_SHARP... yes
    checking for GNOME_DESKTOP_SHARP_20... yes
    checking for GNOME_KEYRING_SHARP... yes
    checking for GTK_SHARP_20... yes
    checking for LIBRSVG_SHARP... yes
    checking for MONO_ADDINS... yes
    checking for MONO_ADDINS_GUI... yes
    checking for MONO_ADDINS_SETUP... yes
    checking for MONO_CAIRO... yes
    checking for DBUS_SHARP_10... no
    configure: error: Package requirements (dbus-sharp-1.0 >= 0.7) were not met:
    No package 'dbus-sharp-1.0' found
    Consider adjusting the PKG_CONFIG_PATH environment variable if you
    installed software in a non-standard prefix.
    Alternatively, you may set the environment variables DBUS_SHARP_10_CFLAGS
    and DBUS_SHARP_10_LIBS to avoid the need to call pkg-config.
    See the pkg-config man page for more details.
    Abortando...
    I looked in the repos and couldn't find it and looking in other places I found this http://www.ndesk.org/DBusSharp  but I am confussed about dbus-sharp and ndesk-dbus can some guide me
    thanks in advance
    Last edited by cruznick (2011-01-10 07:25:30)

    cruznick wrote:
    I recently adopted a PKGBUILD that I like it's docky-stacks-bzr and when trying to fix it I'm getting this error :
    Running aclocal -I . -I m4/shamrock ...
    Running automake --copy --gnu ...
    Running autoconf ...
    Running intltoolize --force --copy --automake ...
    Running ./configure --prefix=/usr ...
    checking for a BSD-compatible install... /bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... /bin/mkdir -p
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking how to create a pax tar archive... gnutar
    checking whether NLS is requested... yes
    checking for style of include used by make... GNU
    checking for gcc... gcc
    checking whether the C compiler works... yes
    checking for C compiler default output file name... a.out
    checking for suffix of executables...
    checking whether we are cross compiling... no
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking dependency style of gcc... none
    checking for intltool >= 0.35.0... 0.41.1 found
    checking for intltool-update... /usr/bin/intltool-update
    checking for intltool-merge... /usr/bin/intltool-merge
    checking for intltool-extract... /usr/bin/intltool-extract
    checking for xgettext... /usr/bin/xgettext
    checking for msgmerge... /usr/bin/msgmerge
    checking for msgfmt... /usr/bin/msgfmt
    checking for gmsgfmt... /usr/bin/msgfmt
    checking for perl... /usr/bin/perl
    checking for perl >= 5.8.1... 5.12.1
    checking for XML::Parser... ok
    checking how to run the C preprocessor... gcc -E
    checking for grep that handles long lines and -e... /bin/grep
    checking for egrep... /bin/grep -E
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking locale.h usability... yes
    checking locale.h presence... yes
    checking for locale.h... yes
    checking for LC_MESSAGES... yes
    checking libintl.h usability... yes
    checking libintl.h presence... yes
    checking for libintl.h... yes
    checking for ngettext in libc... yes
    checking for dgettext in libc... yes
    checking for bind_textdomain_codeset... yes
    checking for msgfmt... (cached) /usr/bin/msgfmt
    checking for dcgettext... yes
    checking if msgfmt accepts -c... yes
    checking for gmsgfmt... (cached) /usr/bin/msgfmt
    checking for xgettext... (cached) /usr/bin/xgettext
    checking for catalogs to be installed... ast bg bn ca cs da de el en_GB es et eu fi fo fr gl he hi hr hu id is it ja ko lt nb nl nn pl pt pt_BR ro ru sk sl sv tr uk zh_CN zh_HK zh_TW
    checking for pkg-config... /usr/bin/pkg-config
    checking for gcc... (cached) gcc
    checking whether we are using the GNU C compiler... (cached) yes
    checking whether gcc accepts -g... (cached) yes
    checking for gcc option to accept ISO C89... (cached) none needed
    checking dependency style of gcc... (cached) none
    checking for ANSI C header files... (cached) yes
    checking for mono... /usr/bin/mono
    checking for gmcs... /usr/bin/gmcs
    checking pkg-config is at least version 0.9.0... yes
    checking for GCONF... yes
    checking for gconftool-2... /usr/bin/gconftool-2
    Using config source xml:merged:/etc/gconf/gconf.xml.defaults for schema installation
    Using $(sysconfdir)/gconf/schemas as install directory for schema files
    checking for GCONF_SHARP_20... yes
    checking for GLIB_SHARP_20... yes
    checking for GIO_SHARP... yes
    checking for GNOME_DESKTOP_SHARP_20... yes
    checking for GNOME_KEYRING_SHARP... yes
    checking for GTK_SHARP_20... yes
    checking for LIBRSVG_SHARP... yes
    checking for MONO_ADDINS... yes
    checking for MONO_ADDINS_GUI... yes
    checking for MONO_ADDINS_SETUP... yes
    checking for MONO_CAIRO... yes
    checking for DBUS_SHARP_10... no
    configure: error: Package requirements (dbus-sharp-1.0 >= 0.7) were not met:
    No package 'dbus-sharp-1.0' found
    Consider adjusting the PKG_CONFIG_PATH environment variable if you
    installed software in a non-standard prefix.
    Alternatively, you may set the environment variables DBUS_SHARP_10_CFLAGS
    and DBUS_SHARP_10_LIBS to avoid the need to call pkg-config.
    See the pkg-config man page for more details.
    Abortando...
    I looked in the repos and couldn't find it and looking in other places I found this http://www.ndesk.org/DBusSharp  but I am confussed about dbus-sharp and ndesk-dbus can some guide me
    thanks in advance
    And you marked docky-bzr for this?
    By the way, I'm having the same issue; writing a PKGBUILD for ndesk-dbus-git didn't work: the configure continues to ask me about dbus-sharp-1.0 -.-
    EDIT: Solved; we have to update from ndesk-dbus to dbus-sharp
    I'm working from now on a dbus-sharp PKGBUILD
    EDIT²: PKGBUILDs for dbus-sharp and dbus-sharp-glib are now on AUR; the only issue is that they are "heavy" forks of ndesk dbus, so installing them you will broke many of your Mono apps, until Arch will not build them with dbus-sharp support. I tried to recompile Tomboy without any patch but it doesn't build.
    GNOME Do works (with some warnings) out of the box; Docky needs to be rebuilt using the GIT tree.
    Last edited by Bl@ster (2010-10-16 09:48:22)

  • Does anyone know how to solve: "Firmware update failure. Disk write error"?

    Hi all,
    Here is the list of all what went wrong and where I am now:
    1. My Ipod worked well
    2. I wanted to update it, you know, the normal thing with Itunes
    3. Every time I tried, my computer froze. I was unable to add only one song (both automatically and manually).
    4. I took my external drive (where my music is) at work and tried again: same result.
    5. I decided to run the Updater I have on the CD that came with the Ipod.(2005-02-07; I usually avoid the newer version, having had once a problem when putting a newer version of Updater).
    6. The Updater was unable to operate any action on my Ipode (I don't remember the messages now).
    7. Like I tried what I describe here above like a hundred time. I decided to format the Ipod with Windows (My Computer, right click on the Ipod, format).
    8. It did and now I have only the famous folder with an exclamation mark on my Ipod.
    9. Now when I am running the Updater, it says it cannot Restore the factory settings giving this message "Firmware update failure. Disk write error".
    I would appreciate any help because, during the last 2 hours, I read and tried all I found on the Support Help here on the Apple web side without any result yet.
    Thank a lot for your answer

    Hi Cyrille,
    Have you looked at Knowledge Base Document #301267 on "Disk cannot be read from or written to" when syncing iPod or "Firmware update failure" error when updating or restoring iPod?
    Jon
    Mac Mini 1.42Ghz, iPod (All), Airport (Graphite & Express), G4 1.33Ghz iBook, G4 iMac 1Ghz, G3 500Mhz, iBook iMac 233Mhz, eMate, Power Mac 5400 LC, PowerBook 540c, Macintosh 128K, Apple //e, Apple //, and some more...  Mac OS X (10.4.5) Moto Razr, iLife '06, SmartDisk 160Gb, Apple BT Mouse, Sight..

  • [SOLVED] - MDT2010 ZTIWindowsUpdate FAILURE (Err): -2145107934 0x80244022

    Doing a fresh stock Windows 7 x64 SP1 deployment with MDT2010, the Windows Update Pre Application Installation step sometimes fails with error -2145107934  0x80244022.
    The MDT DeploymentShare is on a Lenovo T440s (Core i7, 8GB, 256GB SSD) and I'm imaging two VirtualBox VM's (1 core & 1GB RAM) on the T440s.
    For Both: I have not customized the WIM - its straight from the ISO from MSDN.
    For Both: This is a stock Task Sequence.
    For Both: I have not made any post-OS installation customizations.
    For Both: I'm not joined to a domain.
    For Both: I'm not pointing to a WSUS server.
    For Machine 1: I'm not installing any applications.
    For Machine 2: I'm installing Office 2010 Pro Plus via Applications001 in CustomSettings.ini.
    Machine 1 failed during the "Windows Update (Pre-Application Installation)" task sequence step.  (Logs below)
    Machine 2 is still running, the "Windows Update (Pre-Application Installation)" task sequence step and seems to be working from what I can tell.
    ZTIWindowsUpdate log from Machine 1:
    Microsoft Deployment Toolkit version: 5.1.1642.01 ZTIWindowsUpdate 9/5/2014 10:19:15 AM 0 (0x0000)
    The task sequencer log is located at C:\Users\ADMINI~1\AppData\Local\Temp\SMSTSLog\SMSTS.LOG. For task sequence failures, please consult this log. ZTIWindowsUpdate 9/5/2014 10:19:15 AM 0 (0x0000)
    Write all logging text to \\MDTSERVER.f.q.d.n\DeploymentShare$\Logs\VMAF7BF583 ZTIWindowsUpdate 9/5/2014 10:19:15 AM 0 (0x0000)
    Validating connection to \\MDTSERVER.f.q.d.n\DeploymentShare$\Logs\VMAF7BF583 ZTIWindowsUpdate 9/5/2014 10:19:15 AM 0 (0x0000)
    Already connected to server MDTSERVER.f.q.d.n as that is where this script is running from. ZTIWindowsUpdate 9/5/2014 10:19:15 AM 0 (0x0000)
    Begin Windows Update. Reboot=[] Retry=[] Count = 0 ZTIWindowsUpdate 9/5/2014 10:19:15 AM 0 (0x0000)
    Property MSIT_WU_Count is now = 1 ZTIWindowsUpdate 9/5/2014 10:19:15 AM 0 (0x0000)
    Configuring Windows Update settings (manual update, use server) ZTIWindowsUpdate 9/5/2014 10:19:15 AM 0 (0x0000)
    Archive NoAUtoUpdate State: Was [<empty>]. ZTIWindowsUpdate 9/5/2014 10:19:15 AM 0 (0x0000)
    Property NoAutoUpdate_Previous is now = <empty> ZTIWindowsUpdate 9/5/2014 10:19:15 AM 0 (0x0000)
    Windows Update Agent verion 6 found, OK to continue ZTIWindowsUpdate 9/5/2014 10:19:15 AM 0 (0x0000)
    Ready to Opt-In to Microsoft Update: WUA Version: 7.5.7601.17514 ZTIWindowsUpdate 9/5/2014 10:19:15 AM 0 (0x0000)
    Microsoft Update Service: Enabled = False ZTIWindowsUpdate 9/5/2014 10:19:25 AM 0 (0x0000)
    FindFile: The file muauth.cab could not be found in any standard locations. ZTIWindowsUpdate 9/5/2014 10:19:25 AM 0 (0x0000)
    about to begin add service [] ZTIWindowsUpdate 9/5/2014 10:19:25 AM 0 (0x0000)
    Status: 3 ZTIWindowsUpdate 9/5/2014 10:20:10 AM 0 (0x0000)
    Command Line Procesed Query=False Registered=False UpdateCommand=[IsInstalled = 0 and IsHidden = 0] ZTIWindowsUpdate 9/5/2014 10:20:10 AM 0 (0x0000)
    Start Search... ZTIWindowsUpdate 9/5/2014 10:20:10 AM 0 (0x0000)
    FAILURE (Err): -2145107934 0x80244022: Windows Update, search for updates. - ZTIWindowsUpdate 9/5/2014 10:22:09 AM 0 (0x0000)
    Restore NoAutoUpdateKey to <empty>. ZTIWindowsUpdate 9/5/2014 10:22:09 AM 0 (0x0000)
    ZTI ERROR - Non-zero return code by ZTIWindowsUpdate, rc = 1 ZTIWindowsUpdate 9/5/2014 10:22:09 AM 0 (0x0000)
    Windows Update log from Machine 1:
    2014-09-05 10:18:40:936 948 368 Misc =========== Logging initialized (build: 7.5.7601.17514, tz: -0400) ===========
    2014-09-05 10:18:40:936 948 368 Misc = Process: C:\Windows\system32\svchost.exe
    2014-09-05 10:18:40:936 948 368 Misc = Module: c:\windows\system32\wuaueng.dll
    2014-09-05 10:18:40:936 948 368 Service *************
    2014-09-05 10:18:40:936 948 368 Service ** START ** Service: Service startup
    2014-09-05 10:18:40:936 948 368 Service *********
    2014-09-05 10:18:40:936 948 368 Agent * WU client version 7.5.7601.17514
    2014-09-05 10:18:40:952 948 368 Agent * Base directory: C:\Windows\SoftwareDistribution
    2014-09-05 10:18:40:952 948 368 Agent * Access type: No proxy
    2014-09-05 10:18:40:952 948 368 Agent * Network state: Connected
    2014-09-05 10:18:41:296 948 368 DtaStor Default service for AU is {00000000-0000-0000-0000-000000000000}
    2014-09-05 10:18:41:343 948 368 DtaStor Default service for AU is {9482F4B4-E343-43B6-B170-9A65BC822C77}
    2014-09-05 10:18:41:343 948 368 Agent WARNING: Failed to read the service id for re-registration 0x80070002
    2014-09-05 10:18:41:343 948 368 Agent WARNING: Missing service entry in the backup data store; cleaning up
    2014-09-05 10:18:41:405 948 3c0 Report CWERReporter::Init succeeded
    2014-09-05 10:18:41:405 948 3c0 Agent *********** Agent: Initializing Windows Update Agent ***********
    2014-09-05 10:18:41:405 948 3c0 Agent *********** Agent: Initializing global settings cache ***********
    2014-09-05 10:18:41:405 948 3c0 Agent * WSUS server: <NULL>
    2014-09-05 10:18:41:405 948 3c0 Agent * WSUS status server: <NULL>
    2014-09-05 10:18:41:405 948 3c0 Agent * Target group: (Unassigned Computers)
    2014-09-05 10:18:41:405 948 3c0 Agent * Windows Update access disabled: No
    2014-09-05 10:18:41:405 948 368 Agent Created new random SusClientId db66d74b-a895-4f38-bd12-586e27811b39. Old Id: none.
    2014-09-05 10:18:41:405 948 368 Report *********** Report: Initializing static reporting data ***********
    2014-09-05 10:18:41:405 948 368 Report * OS Version = 6.1.7601.1.0.65792
    2014-09-05 10:18:41:405 948 368 Report * OS Product Type = 0x00000004
    2014-09-05 10:18:41:436 948 3c0 DnldMgr Download manager restoring 0 downloads
    2014-09-05 10:18:41:436 948 3c0 AU ########### AU: Initializing Automatic Updates ###########
    2014-09-05 10:18:41:436 948 3c0 AU AU setting next sqm report timeout to 2014-09-05 14:18:41
    2014-09-05 10:18:41:436 948 3c0 AU AU setting next featured software notification timeout to 2014-09-05 14:18:41
    2014-09-05 10:18:41:436 948 3c0 AU AU featured software notification sequence number is 1507, Generation Time:2014-09-05 14:18:41
    2014-09-05 10:18:41:436 948 3c0 AU # AU is not configured yet
    2014-09-05 10:18:41:436 948 3c0 AU # Will interact with non-admins (Non-admins are elevated (User preference))
    2014-09-05 10:18:41:436 948 3c0 AU # Accelerated install is required
    2014-09-05 10:18:41:436 948 3c0 Agent Switching to hardware-verified ClientId.
    2014-09-05 10:18:41:436 948 3c0 AU AU is not configured yet, generating timeout to launch setup wizard
    2014-09-05 10:18:41:436 948 3c0 AU Initializing featured updates
    2014-09-05 10:18:41:436 948 3c0 AU Found 0 cached featured updates
    2014-09-05 10:18:41:686 948 368 Report * Computer Brand = innotek GmbH
    2014-09-05 10:18:41:686 948 368 Report * Computer Model = VirtualBox
    2014-09-05 10:18:41:702 948 368 Report * Bios Revision = VirtualBox
    2014-09-05 10:18:41:702 948 368 Report * Bios Name = Default System BIOS
    2014-09-05 10:18:41:702 948 368 Report * Bios Release Date = 2006-12-01T00:00:00
    2014-09-05 10:18:41:702 948 368 Report * Locale ID = 1033
    2014-09-05 10:18:41:749 948 3c0 Agent Created new random SusClientId 2f4a5fb1-bc6a-4837-ac1e-554ca80f9369. Old Id: db66d74b-a895-4f38-bd12-586e27811b39.
    2014-09-05 10:18:41:749 948 3c0 AU Successfully wrote event for AU health state:0
    2014-09-05 10:18:41:749 948 3c0 AU Successfully wrote event for AU health state:0
    2014-09-05 10:18:41:749 948 3c0 AU AU finished delayed initialization
    2014-09-05 10:18:41:749 948 3c0 AU ########### AU: Setting new AU options ###########
    2014-09-05 10:18:41:749 948 3c0 AU Setting AU Approval Type to 4
    2014-09-05 10:18:41:749 948 3c0 AU Setting Install Schedule Day to 0
    2014-09-05 10:18:41:749 948 3c0 AU Setting Install Schedule Time to 3
    2014-09-05 10:18:41:749 948 3c0 AU Successfully wrote event for AU health state:0
    2014-09-05 10:18:41:749 948 3c0 AU # Policy changed, AU refresh required = Yes
    2014-09-05 10:18:41:749 948 3c0 AU # Approval type: Scheduled (User preference)
    2014-09-05 10:18:41:749 948 3c0 AU # Scheduled install day/time: Every day at 3:00
    2014-09-05 10:18:41:749 948 3c0 AU # Auto-install minor updates: Yes (User preference)
    2014-09-05 10:18:41:749 948 3c0 AU # Will interact with non-admins (Non-admins are elevated (User preference))
    2014-09-05 10:18:41:749 948 3c0 AU # Accelerated install is required
    2014-09-05 10:18:41:749 948 3c0 AU AU Refresh required....
    2014-09-05 10:18:41:749 948 3c0 AU AU setting next detection timeout to 2014-09-05 14:18:41
    2014-09-05 10:18:41:749 948 3c0 AU AU setting next sqm report timeout to 2014-09-05 14:18:41
    2014-09-05 10:18:41:749 948 3c0 AU AU setting next featured software notification timeout to 2014-09-05 14:18:41
    2014-09-05 10:18:41:749 948 3c0 AU Successfully wrote event for AU health state:0
    2014-09-05 10:18:41:749 948 3c0 AU Triggering Online detection (non-interactive)
    2014-09-05 10:18:41:749 948 368 AU #############
    2014-09-05 10:18:41:749 948 368 AU ## START ## AU: Search for updates
    2014-09-05 10:18:41:749 948 368 AU #########
    2014-09-05 10:18:41:764 948 368 AU <<## SUBMITTED ## AU: Search for updates [CallId = {D25F956B-F486-4B14-9F85-E242F2430CBF}]
    2014-09-05 10:18:41:764 948 368 AU AU setting next sqm report timeout to 2014-09-06 14:18:41
    2014-09-05 10:18:41:764 948 488 Agent *************
    2014-09-05 10:18:41:764 948 488 Agent ** START ** Agent: Finding updates [CallerId = AutomaticUpdates]
    2014-09-05 10:18:41:764 948 488 Agent *********
    2014-09-05 10:18:41:764 948 488 Agent * Online = Yes; Ignore download priority = No
    2014-09-05 10:18:41:764 948 488 Agent * Criteria = "IsInstalled=0 and DeploymentAction='Installation' or IsPresent=1 and DeploymentAction='Uninstallation' or IsInstalled=1 and DeploymentAction='Installation' and RebootRequired=1 or IsInstalled=0 and DeploymentAction='Uninstallation' and RebootRequired=1"
    2014-09-05 10:18:41:764 948 488 Agent * ServiceID = {9482F4B4-E343-43B6-B170-9A65BC822C77} Windows Update
    2014-09-05 10:18:41:764 948 488 Agent * Search Scope = {Machine}
    2014-09-05 10:18:41:764 948 488 Setup Checking for agent SelfUpdate
    2014-09-05 10:18:41:764 948 488 Setup Client version: Core: 7.5.7601.17514 Aux: 7.5.7601.17514
    2014-09-05 10:18:48:030 948 368 AU Setting timeout for delay launching accelerated install
    2014-09-05 10:18:48:827 948 368 AU Timeout for accelerated install is already set
    2014-09-05 10:18:52:593 948 488 Misc Validating signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\muv4wuredir.cab:
    2014-09-05 10:18:52:608 948 488 Misc Microsoft signed: Yes
    2014-09-05 10:18:55:983 948 488 Misc Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\wuident.cab:
    2014-09-05 10:18:55:983 948 488 Misc Microsoft signed: Yes
    2014-09-05 10:18:58:030 948 368 AU Triggering accelerated install by calling UpdateNow
    2014-09-05 10:18:58:030 948 368 AU No installable updates are available
    2014-09-05 10:18:59:280 948 488 Misc Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\wsus3setup.cab:
    2014-09-05 10:18:59:280 948 488 Misc Microsoft signed: Yes
    2014-09-05 10:18:59:296 948 488 Setup Determining whether a new setup handler needs to be downloaded
    2014-09-05 10:18:59:296 948 488 Setup SelfUpdate handler is not found. It will be downloaded
    2014-09-05 10:18:59:296 948 488 Setup Evaluating applicability of setup package "WUClient-SelfUpdate-ActiveX~31bf3856ad364e35~amd64~~7.6.7600.320"
    2014-09-05 10:18:59:389 948 488 Setup Setup package "WUClient-SelfUpdate-ActiveX~31bf3856ad364e35~amd64~~7.6.7600.320" is applicable and needs to be downloaded.
    2014-09-05 10:18:59:389 948 488 Setup Evaluating applicability of setup package "WUClient-SelfUpdate-Aux-TopLevel~31bf3856ad364e35~amd64~~7.6.7600.320"
    2014-09-05 10:18:59:421 948 488 Setup Setup package "WUClient-SelfUpdate-Aux-TopLevel~31bf3856ad364e35~amd64~~7.6.7600.320" is applicable and needs to be downloaded.
    2014-09-05 10:18:59:421 948 488 Setup Evaluating applicability of setup package "WUClient-SelfUpdate-Core-TopLevel~31bf3856ad364e35~amd64~~7.6.7600.320"
    2014-09-05 10:18:59:468 948 488 Setup Setup package "WUClient-SelfUpdate-Core-TopLevel~31bf3856ad364e35~amd64~~7.6.7600.320" is applicable and needs to be downloaded.
    2014-09-05 10:18:59:468 948 488 Setup SelfUpdate check completed. SelfUpdate is required.
    2014-09-05 10:18:59:468 948 488 Setup Downloading binaries required for SelfUpdate
    2014-09-05 10:18:59:468 948 488 Setup Downloading SelfUpdate handler WuSetupHandler.cab from http://ds.download.windowsupdate.com/v11/3/windowsupdate/selfupdate/WSUS3/x64/Win7SP1
    2014-09-05 10:19:00:468 948 488 Misc Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\Handler\WuSetupHandler.cab:
    2014-09-05 10:19:00:468 948 488 Misc Microsoft signed: Yes
    2014-09-05 10:19:00:483 948 488 Setup Successfully downloaded SelfUpdate handler
    2014-09-05 10:19:00:483 948 488 Setup Downloading setup package "WUClient-SelfUpdate-ActiveX~31bf3856ad364e35~amd64~~7.6.7600.320"
    2014-09-05 10:19:00:483 948 488 Setup Downloading setup package WUClient-SelfUpdate-ActiveX~31bf3856ad364e35~amd64~~7.6.7600.320.cab from http://ds.download.windowsupdate.com/v11/3/windowsupdate/selfupdate/WSUS3/x64/Win7SP1
    2014-09-05 10:19:01:514 948 488 Misc Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\Packages\WUClient-SelfUpdate-ActiveX~31bf3856ad364e35~amd64~~7.6.7600.320\WUClient-SelfUpdate-ActiveX~31bf3856ad364e35~amd64~~7.6.7600.320.cab:
    2014-09-05 10:19:01:530 948 488 Misc Microsoft signed: Yes
    2014-09-05 10:19:01:530 948 488 Setup Downloading setup package "WUClient-SelfUpdate-Aux-TopLevel~31bf3856ad364e35~amd64~~7.6.7600.320"
    2014-09-05 10:19:01:530 948 488 Setup Downloading setup package WUClient-SelfUpdate-Aux-TopLevel~31bf3856ad364e35~amd64~~7.6.7600.320.cab from http://ds.download.windowsupdate.com/v11/3/windowsupdate/selfupdate/WSUS3/x64/Win7SP1
    2014-09-05 10:19:02:952 948 488 Misc Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\Packages\WUClient-SelfUpdate-Aux-TopLevel~31bf3856ad364e35~amd64~~7.6.7600.320\WUClient-SelfUpdate-Aux-TopLevel~31bf3856ad364e35~amd64~~7.6.7600.320.cab:
    2014-09-05 10:19:02:999 948 488 Misc Microsoft signed: Yes
    2014-09-05 10:19:02:999 948 488 Setup Downloading setup package "WUClient-SelfUpdate-Core-TopLevel~31bf3856ad364e35~amd64~~7.6.7600.320"
    2014-09-05 10:19:02:999 948 488 Setup Downloading setup package WUClient-SelfUpdate-Core-TopLevel~31bf3856ad364e35~amd64~~7.6.7600.320.cab from http://ds.download.windowsupdate.com/v11/3/windowsupdate/selfupdate/WSUS3/x64/Win7SP1
    2014-09-05 10:19:04:754 948 488 Misc Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\Packages\WUClient-SelfUpdate-Core-TopLevel~31bf3856ad364e35~amd64~~7.6.7600.320\WUClient-SelfUpdate-Core-TopLevel~31bf3856ad364e35~amd64~~7.6.7600.320.cab:
    2014-09-05 10:19:04:832 948 488 Misc Microsoft signed: Yes
    2014-09-05 10:19:04:832 948 488 Setup Staging setup package "WUClient-SelfUpdate-ActiveX~31bf3856ad364e35~amd64~~7.6.7600.320"
    2014-09-05 10:19:06:051 948 488 Setup Successfully staged setup package "WUClient-SelfUpdate-ActiveX~31bf3856ad364e35~amd64~~7.6.7600.320"
    2014-09-05 10:19:06:051 948 488 Setup Staging setup package "WUClient-SelfUpdate-Aux-TopLevel~31bf3856ad364e35~amd64~~7.6.7600.320"
    2014-09-05 10:19:08:347 948 488 Setup Successfully staged setup package "WUClient-SelfUpdate-Aux-TopLevel~31bf3856ad364e35~amd64~~7.6.7600.320"
    2014-09-05 10:19:08:363 948 488 Setup Staging setup package "WUClient-SelfUpdate-Core-TopLevel~31bf3856ad364e35~amd64~~7.6.7600.320"
    2014-09-05 10:19:11:629 948 488 Setup Successfully staged setup package "WUClient-SelfUpdate-Core-TopLevel~31bf3856ad364e35~amd64~~7.6.7600.320"
    2014-09-05 10:19:11:801 948 488 Setup Download of SelfUpdate binaries succeeded
    2014-09-05 10:19:11:801 948 488 Setup Starting agent SelfUpdate
    2014-09-05 10:19:11:816 948 488 Misc Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\Handler\WuSetupV.exe:
    2014-09-05 10:19:11:816 948 488 Misc Microsoft signed: Yes
    2014-09-05 10:19:11:832 948 488 Report CWERReporter finishing event handling. (00000000)
    2014-09-05 10:19:11:832 948 488 Report REPORT EVENT: {BA03FFBE-6DAF-414C-A815-175BFC5C2121} 2014-09-05 10:19:11:801-0400 1 162 101 {61CA813A-7585-442E-A66B-B0D15CE6BDC0} 1 0 SelfUpdate Success Content Download Download succeeded.
    2014-09-05 10:19:11:832 948 488 Report REPORT EVENT: {D57FC52F-6612-4872-8C78-C55CA0BF31EA} 2014-09-05 10:19:11:816-0400 1 201 101 {E2FF4526-97D7-4926-8E75-295DBA39C6BF} 1 0 SelfUpdate Success Content Install Installation pending.
    2014-09-05 10:19:11:832 948 488 Report CWERReporter finishing event handling. (00000000)
    2014-09-05 10:19:11:832 2408 974 Misc =========== Logging initialized (build: 7.5.7601.17514, tz: -0400) ===========
    2014-09-05 10:19:11:832 2408 974 Misc = Process: C:\Windows\system32\wuauclt.exe
    2014-09-05 10:19:11:832 2408 974 Setup Closing WU explorer windows
    2014-09-05 10:19:11:879 2408 974 Setup Found 0 explorer windows
    2014-09-05 10:19:12:879 948 488 Setup Launching WuSetupV.exe to complete SelfUpdate
    2014-09-05 10:19:13:879 948 488 Setup WuSetupV.exe launched successfully
    2014-09-05 10:19:13:879 948 488 Agent * WARNING: Skipping scan, self-update check returned 0x8024001B
    2014-09-05 10:19:13:879 2076 a04 Misc =========== Logging initialized (build: 7.6.7600.320, tz: -0400) ===========
    2014-09-05 10:19:13:879 2076 a04 Misc = Process: C:\Windows\SoftwareDistribution\SelfUpdate\Handler\WuSetupV.exe
    2014-09-05 10:19:13:879 2076 a04 Setup Performing SelfUpdate installation
    2014-09-05 10:19:13:879 948 488 Agent * WARNING: Exit code = 0x8024001B
    2014-09-05 10:19:13:879 948 488 Agent *********
    2014-09-05 10:19:13:879 948 488 Agent ** END ** Agent: Finding updates [CallerId = AutomaticUpdates]
    2014-09-05 10:19:13:879 948 488 Agent *************
    2014-09-05 10:19:13:879 948 488 Agent WARNING: WU client failed Searching for update with error 0x8024001b
    2014-09-05 10:19:13:879 948 a18 AU >>## RESUMED ## AU: Search for updates [CallId = {D25F956B-F486-4B14-9F85-E242F2430CBF}]
    2014-09-05 10:19:13:879 948 a18 AU # WARNING: Search callback failed, result = 0x8024001B
    2014-09-05 10:19:13:879 948 a18 AU # WARNING: Failed to find updates with error code 8024001B
    2014-09-05 10:19:13:879 948 a18 AU #########
    2014-09-05 10:19:13:879 948 a18 AU ## END ## AU: Search for updates [CallId = {D25F956B-F486-4B14-9F85-E242F2430CBF}]
    2014-09-05 10:19:13:879 948 a18 AU #############
    2014-09-05 10:19:13:894 948 a18 AU Successfully wrote event for AU health state:0
    2014-09-05 10:19:13:894 948 a18 AU Setting AU scheduled install time to 2014-09-06 07:00:00
    2014-09-05 10:19:13:894 948 a18 AU Successfully wrote event for AU health state:0
    2014-09-05 10:19:13:894 948 a18 AU Triggering accelerated install by calling UpdateNow
    2014-09-05 10:19:13:894 948 a18 AU No installable updates are available
    2014-09-05 10:19:13:894 948 a18 AU Successfully wrote event for AU health state:0
    2014-09-05 10:19:13:894 2076 a04 Setup Windows Update Agent Client Setup succeeded installing product root.
    2014-09-05 10:19:13:894 948 368 AU ########### AU: Uninitializing Automatic Updates ###########
    2014-09-05 10:19:13:910 948 368 Report CWERReporter finishing event handling. (00000000)
    2014-09-05 10:19:14:457 948 368 Setup Service shutting down while setup is in progress. Attempting to unload core client binaries
    2014-09-05 10:19:14:457 948 368 Setup Attempting to close open Windows Update explorer windows
    2014-09-05 10:19:14:457 1460 308 Misc =========== Logging initialized (build: 7.5.7601.17514, tz: -0400) ===========
    2014-09-05 10:19:14:457 1460 308 Misc = Process: C:\Windows\system32\wuauclt.exe
    2014-09-05 10:19:14:457 1460 308 Setup Closing WU explorer windows
    2014-09-05 10:19:14:488 1460 308 Setup Found 0 explorer windows
    2014-09-05 10:19:15:488 948 368 Setup Attempting to unload unused libraries from svchost
    2014-09-05 10:19:15:488 3000 bb4 Misc =========== Logging initialized (build: 7.5.7601.17514, tz: -0400) ===========
    2014-09-05 10:19:15:488 3000 bb4 Misc = Process: C:\Windows\system32\cscript.exe
    2014-09-05 10:19:15:488 3000 bb4 Misc = Module: C:\Windows\system32\wuapi.dll
    2014-09-05 10:19:15:488 3000 bb4 COMAPI Waiting for setup to complete before connecting to service.
    2014-09-05 10:19:19:472 948 368 Setup Attempting to unload binaries from event log service
    2014-09-05 10:19:19:488 948 368 Service *********
    2014-09-05 10:19:19:488 948 368 Service ** END ** Service: Service exit [Exit code = 0x240001]
    2014-09-05 10:19:19:488 948 368 Service *************
    2014-09-05 10:19:19:894 2076 a04 Setup Installing setup package "WUClient-SelfUpdate-Core-TopLevel~31bf3856ad364e35~amd64~~7.6.7600.320"
    2014-09-05 10:19:20:488 3000 bb4 COMAPI Waiting for setup to complete before connecting to service.
    2014-09-05 10:19:21:004 2076 a04 Setup Install of setup package "WUClient-SelfUpdate-Core-TopLevel~31bf3856ad364e35~amd64~~7.6.7600.320" succeeded
    2014-09-05 10:19:21:004 2076 a04 Setup Installing setup package "WUClient-SelfUpdate-ActiveX~31bf3856ad364e35~amd64~~7.6.7600.320"
    2014-09-05 10:19:21:269 2076 a04 Setup Install of setup package "WUClient-SelfUpdate-ActiveX~31bf3856ad364e35~amd64~~7.6.7600.320" succeeded
    2014-09-05 10:19:21:269 2076 a04 Setup Installing setup package "WUClient-SelfUpdate-Aux-TopLevel~31bf3856ad364e35~amd64~~7.6.7600.320"
    2014-09-05 10:19:23:160 2076 a04 Setup WARNING: CBS installation failed, error = 0x800F0806
    2014-09-05 10:19:23:160 2076 a04 Setup WARNING: Install of setup package "WUClient-SelfUpdate-Aux-TopLevel~31bf3856ad364e35~amd64~~7.6.7600.320" failed, error = 0x8024D00E
    2014-09-05 10:19:23:160 2076 a04 Setup FATAL: Failed to install package, error = 0x8024D00E
    2014-09-05 10:19:23:160 2076 a04 Setup WARNING: Installing applicable setup packages failed, error = 0x8024D00E
    2014-09-05 10:19:23:176 2076 a04 Setup Reboot is required. Diagnostic: <0|0>
    2014-09-05 10:19:23:191 948 524 Misc =========== Logging initialized (build: 7.6.7600.320, tz: -0400) ===========
    2014-09-05 10:19:23:191 948 524 Misc = Process: C:\Windows\system32\svchost.exe
    2014-09-05 10:19:23:191 948 524 Misc = Module: c:\windows\system32\wuaueng.dll
    2014-09-05 10:19:23:191 948 524 Service *************
    2014-09-05 10:19:23:191 948 524 Service ** START ** Service: Service startup
    2014-09-05 10:19:23:191 948 524 Service *********
    2014-09-05 10:19:23:191 948 524 Agent * WU client version 7.6.7600.320
    2014-09-05 10:19:23:191 948 524 Agent * Base directory: C:\Windows\SoftwareDistribution
    2014-09-05 10:19:23:191 948 524 Agent * Access type: No proxy
    2014-09-05 10:19:23:191 948 524 Agent * Network state: Connected
    2014-09-05 10:19:23:238 948 524 Setup Service restarting after SelfUpdate
    2014-09-05 10:19:23:238 948 524 Setup Client version: Core: 7.6.7600.320 Aux: 7.5.7601.17514
    2014-09-05 10:19:23:238 948 524 Report CWERReporter::Init succeeded
    2014-09-05 10:19:23:254 948 524 Report *********** Report: Initializing static reporting data ***********
    2014-09-05 10:19:23:254 948 524 Report * OS Version = 6.1.7601.1.0.65792
    2014-09-05 10:19:23:254 948 524 Report * OS Product Type = 0x00000004
    2014-09-05 10:19:23:269 948 524 Report * Computer Brand = innotek GmbH
    2014-09-05 10:19:23:269 948 524 Report * Computer Model = VirtualBox
    2014-09-05 10:19:23:269 948 524 Report * Bios Revision = VirtualBox
    2014-09-05 10:19:23:269 948 524 Report * Bios Name = Default System BIOS
    2014-09-05 10:19:23:269 948 524 Report * Bios Release Date = 2006-12-01T00:00:00
    2014-09-05 10:19:23:269 948 524 Report * Locale ID = 1033
    2014-09-05 10:19:23:269 948 524 Setup Agent SelfUpdate is still pending.
    2014-09-05 10:19:23:269 948 524 Service * Service restarted after self update
    2014-09-05 10:19:23:269 948 524 Service WARNING: Failed to read back selfupdate handle from environment variable with error 0x800700cb
    2014-09-05 10:19:25:488 948 414 Agent *********** Agent: Initializing Windows Update Agent ***********
    2014-09-05 10:19:25:488 948 414 Agent * Prerequisite roots succeeded.
    2014-09-05 10:19:25:488 948 414 Agent *********** Agent: Initializing global settings cache ***********
    2014-09-05 10:19:25:488 948 414 Agent * WSUS server: <NULL>
    2014-09-05 10:19:25:488 948 414 Agent * WSUS status server: <NULL>
    2014-09-05 10:19:25:488 948 414 Agent * Target group: (Unassigned Computers)
    2014-09-05 10:19:25:488 948 414 Agent * Windows Update access disabled: No
    2014-09-05 10:19:25:488 948 414 DnldMgr Download manager restoring 0 downloads
    2014-09-05 10:19:25:535 3000 bb4 COMAPI ----------- COMAPI: IUpdateServiceManager::AddService2 -----------
    2014-09-05 10:19:25:535 3000 bb4 COMAPI - Service ID = {7971f918-a847-4430-9279-4a52d1efe18d}
    2014-09-05 10:19:25:535 3000 bb4 COMAPI - Allow pending registration = No; Allow online registration = Yes; Register service with AU = Yes
    2014-09-05 10:19:25:535 3000 bb4 COMAPI - Authorization cab path = <NULL>
    2014-09-05 10:19:26:191 2076 a04 Setup WuSetup has finished. Exit code is 0x00000000
    2014-09-05 10:19:28:332 948 410 Misc WARNING: WinHttp: SendRequestToServerForFileInformation failed with 0x80190194
    2014-09-05 10:19:28:332 948 410 Misc WARNING: WinHttp: ShouldFileBeDownloaded failed with 0x80190194
    2014-09-05 10:19:28:332 948 410 Misc WARNING: DownloadFileInternal failed for http://ds.download.windowsupdate.com/v11/2/windowsupdate/redir/v6-win7sp1-wuredir.cab: error 0x80190194
    2014-09-05 10:19:31:894 948 410 Misc WARNING: WinHttp: SendRequestToServerForFileInformation failed with 0x80190194
    2014-09-05 10:19:31:894 948 410 Misc WARNING: WinHttp: ShouldFileBeDownloaded failed with 0x80190194
    2014-09-05 10:19:31:894 948 410 Misc WARNING: DownloadFileInternal failed for http://download.microsoft.com/v11/2/windowsupdate/redir/v6-win7sp1-wuredir.cab: error 0x80190194
    2014-09-05 10:19:35:410 948 410 Misc Validating signature for C:\Windows\SoftwareDistribution\AuthCabs\Redir\9482F4B4-E343-43B6-B170-9A65BC822C77\v6-win7sp1-wuredir.cab with dwProvFlags 0x00000080:
    2014-09-05 10:19:50:847 948 410 Misc Microsoft signed: NA
    2014-09-05 10:19:50:847 948 410 Misc Validating signature for C:\Windows\SoftwareDistribution\AuthCabs\Redir\9482F4B4-E343-43B6-B170-9A65BC822C77\wuredir.cab with dwProvFlags 0x00000080:
    2014-09-05 10:19:50:847 948 410 Misc Microsoft signed: NA
    2014-09-05 10:19:50:847 948 410 Misc Validating signature for C:\Windows\SoftwareDistribution\AuthCabs\Redir\9482F4B4-E343-43B6-B170-9A65BC822C77\TMP4AD1.tmp with dwProvFlags 0x00000080:
    2014-09-05 10:20:08:238 948 524 AU ########### AU: Initializing Automatic Updates ###########
    2014-09-05 10:20:08:238 948 524 AU Need to reset accelerated install required state
    2014-09-05 10:20:08:238 948 524 AU Accelerate Install required state reset
    2014-09-05 10:20:08:238 948 524 AU # AU disabled through Policy
    2014-09-05 10:20:08:238 948 524 AU # Will interact with non-admins (Non-admins are elevated (User preference))
    2014-09-05 10:20:08:238 948 524 AU Initializing featured updates
    2014-09-05 10:20:08:238 948 524 AU Found 0 cached featured updates
    2014-09-05 10:20:08:238 948 524 AU Successfully wrote event for AU health state:0
    2014-09-05 10:20:09:754 948 410 Misc Microsoft signed: NA
    2014-09-05 10:20:09:769 948 410 Misc Validating signature for C:\Windows\SoftwareDistribution\AuthCabs\Redir\9482F4B4-E343-43B6-B170-9A65BC822C77\wuredir.cab with dwProvFlags 0x00000080:
    2014-09-05 10:20:09:769 948 410 Misc Microsoft signed: NA
    2014-09-05 10:20:09:769 948 410 Misc Validating signature for C:\Windows\SoftwareDistribution\AuthCabs\Redir\9482F4B4-E343-43B6-B170-9A65BC822C77\TMP94BC.tmp with dwProvFlags 0x00000080:
    2014-09-05 10:20:09:769 948 410 Misc Microsoft signed: NA
    2014-09-05 10:20:09:769 948 410 Agent Downloading new auth cab for service 7971f918-a847-4430-9279-4a52d1efe18d at http://ds.download.windowsupdate.com/v11/2/microsoftupdate/redir/v6-muauth.cab
    2014-09-05 10:20:10:176 948 410 Misc Validating signature for C:\Windows\SoftwareDistribution\AuthCabs\authcab.cab with dwProvFlags 0x00000080:
    2014-09-05 10:20:10:191 948 410 Misc Microsoft signed: NA
    2014-09-05 10:20:10:191 948 410 Misc Validating signature for C:\Windows\SoftwareDistribution\AuthCabs\authcab.cab with dwProvFlags 0x00000080:
    2014-09-05 10:20:10:191 948 410 Misc Microsoft signed: NA
    2014-09-05 10:20:10:191 948 410 Misc Validating signature for C:\Windows\SoftwareDistribution\AuthCabs\TMP9663.tmp with dwProvFlags 0x00000080:
    2014-09-05 10:20:10:207 948 410 Misc Microsoft signed: NA
    2014-09-05 10:20:10:207 948 410 DtaStor Default service for AU is {9482F4B4-E343-43B6-B170-9A65BC822C77}
    2014-09-05 10:20:10:222 948 410 Agent Caller My App successfully opted in to service 7971f918-a847-4430-9279-4a52d1efe18d
    2014-09-05 10:20:10:222 948 410 DtaStor Update service properties: service registered with AU is {7971F918-A847-4430-9279-4A52D1EFE18D}
    2014-09-05 10:20:10:222 948 9a4 Report REPORT EVENT: {CA51C263-479F-464D-ADED-8AAFDAD3DFBC} 2014-09-05 10:19:23:269-0400 1 190 101 {174EAAC7-5A3D-448F-BE6F-D6FE450E1DCF} 1 0 SelfUpdate Success Content Install Installation Successful: Windows successfully installed the following update: Windows Update ActiveX
    2014-09-05 10:20:10:222 948 9a4 Report REPORT EVENT: {AB991117-4F0A-4AE9-9321-482E26AA3D67} 2014-09-05 10:19:23:269-0400 1 190 101 {E2FF4526-97D7-4926-8E75-295DBA39C6BF} 1 0 SelfUpdate Success Content Install Installation Successful: Windows successfully installed the following update: Windows Update Core
    2014-09-05 10:20:10:222 948 524 AU Successfully wrote event for AU health state:0
    2014-09-05 10:20:10:222 948 524 AU AU finished delayed initialization
    2014-09-05 10:20:10:222 948 524 AU Service Provider info changed
    2014-09-05 10:20:10:222 948 524 AU AU Refresh required....
    2014-09-05 10:20:10:222 948 524 AU AU setting next detection timeout to 2014-09-05 14:30:10
    2014-09-05 10:20:10:222 948 524 AU AU setting next featured software notification timeout to 2014-09-05 14:20:10
    2014-09-05 10:20:10:222 948 524 AU Successfully wrote event for AU health state:0
    2014-09-05 10:20:10:222 3000 bb4 COMAPI - Added service, URL = https://fe2.update.microsoft.com/v6/
    2014-09-05 10:20:10:222 948 9a4 Report CWERReporter finishing event handling. (00000000)
    2014-09-05 10:20:10:238 3000 bb4 COMAPI -------------
    2014-09-05 10:20:10:238 3000 bb4 COMAPI -- START -- COMAPI: Search [ClientId = <NULL>]
    2014-09-05 10:20:10:238 3000 bb4 COMAPI ---------
    2014-09-05 10:20:10:254 948 9a4 Agent *************
    2014-09-05 10:20:10:254 948 9a4 Agent ** START ** Agent: Finding updates [CallerId = ]
    2014-09-05 10:20:10:254 948 9a4 Agent *********
    2014-09-05 10:20:10:254 948 9a4 Agent * Online = Yes; Ignore download priority = No
    2014-09-05 10:20:10:254 948 9a4 Agent * Criteria = "IsInstalled = 0 and IsHidden = 0"
    2014-09-05 10:20:10:254 948 9a4 Agent * ServiceID = {00000000-0000-0000-0000-000000000000} Third party service
    2014-09-05 10:20:10:254 948 9a4 Agent * Search Scope = {Machine}
    2014-09-05 10:20:10:254 3000 bb4 COMAPI <<-- SUBMITTED -- COMAPI: Search [ClientId = <NULL>]
    2014-09-05 10:20:10:254 948 9a4 Misc Validating signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\wuredir.cab with dwProvFlags 0x00000080:
    2014-09-05 10:20:10:254 948 9a4 Misc Microsoft signed: NA
    2014-09-05 10:20:10:254 948 9a4 Misc Validating signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\TMP96A2.tmp with dwProvFlags 0x00000080:
    2014-09-05 10:20:10:254 948 9a4 Misc Microsoft signed: NA
    2014-09-05 10:20:10:879 948 9a4 Misc WARNING: WinHttp: SendRequestToServerForFileInformation failed with 0x80190194
    2014-09-05 10:20:10:879 948 9a4 Misc WARNING: WinHttp: ShouldFileBeDownloaded failed with 0x80190194
    2014-09-05 10:20:10:879 948 9a4 Misc WARNING: DownloadFileInternal failed for http://ds.download.windowsupdate.com/v11/2/windowsupdate/redir/v6-win7sp1-wuredir.cab: error 0x80190194
    2014-09-05 10:20:11:316 948 9a4 Misc WARNING: WinHttp: SendRequestToServerForFileInformation failed with 0x80190194
    2014-09-05 10:20:11:316 948 9a4 Misc WARNING: WinHttp: ShouldFileBeDownloaded failed with 0x80190194
    2014-09-05 10:20:11:316 948 9a4 Misc WARNING: DownloadFileInternal failed for http://download.microsoft.com/v11/2/windowsupdate/redir/v6-win7sp1-wuredir.cab: error 0x80190194
    2014-09-05 10:20:11:613 948 9a4 Misc Validating signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\v6-win7sp1-wuredir.cab with dwProvFlags 0x00000080:
    2014-09-05 10:20:11:613 948 9a4 Misc Microsoft signed: NA
    2014-09-05 10:20:11:613 948 9a4 Misc Validating signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\wuredir.cab with dwProvFlags 0x00000080:
    2014-09-05 10:20:11:613 948 9a4 Misc Microsoft signed: NA
    2014-09-05 10:20:11:613 948 9a4 Misc Validating signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\TMP9BF3.tmp with dwProvFlags 0x00000080:
    2014-09-05 10:20:11:613 948 9a4 Misc Microsoft signed: NA
    2014-09-05 10:20:11:629 948 9a4 Misc Validating signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\wuredir.cab with dwProvFlags 0x00000080:
    2014-09-05 10:20:11:629 948 9a4 Misc Microsoft signed: NA
    2014-09-05 10:20:11:629 948 9a4 Misc Validating signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\TMP9C03.tmp with dwProvFlags 0x00000080:
    2014-09-05 10:20:11:629 948 9a4 Misc Microsoft signed: NA
    2014-09-05 10:20:11:629 948 9a4 Agent Checking for updated auth cab for service 7971f918-a847-4430-9279-4a52d1efe18d at http://ds.download.windowsupdate.com/v11/2/microsoftupdate/redir/v6-muauth.cab
    2014-09-05 10:20:11:629 948 9a4 Misc Validating signature for C:\Windows\SoftwareDistribution\AuthCabs\authcab.cab with dwProvFlags 0x00000080:
    2014-09-05 10:20:11:629 948 9a4 Misc Microsoft signed: NA
    2014-09-05 10:20:11:879 948 9a4 Misc Validating signature for C:\Windows\SoftwareDistribution\AuthCabs\authcab.cab with dwProvFlags 0x00000080:
    2014-09-05 10:20:11:879 948 9a4 Misc Microsoft signed: NA
    2014-09-05 10:20:12:316 948 9a4 Misc Validating signature for C:\Windows\SoftwareDistribution\WuRedir\7971F918-A847-4430-9279-4A52D1EFE18D\v6-muredir.cab with dwProvFlags 0x00000080:
    2014-09-05 10:20:12:332 948 9a4 Misc Microsoft signed: NA
    2014-09-05 10:20:12:332 948 9a4 Misc Validating signature for C:\Windows\SoftwareDistribution\WuRedir\7971F918-A847-4430-9279-4A52D1EFE18D\wuredir.cab with dwProvFlags 0x00000080:
    2014-09-05 10:20:12:332 948 9a4 Misc Microsoft signed: NA
    2014-09-05 10:20:12:332 948 9a4 Misc Validating signature for C:\Windows\SoftwareDistribution\WuRedir\7971F918-A847-4430-9279-4A52D1EFE18D\TMP9EC3.tmp with dwProvFlags 0x00000080:
    2014-09-05 10:20:12:332 948 9a4 Misc Microsoft signed: NA
    2014-09-05 10:20:12:332 948 9a4 Misc Validating signature for C:\Windows\SoftwareDistribution\WuRedir\7971F918-A847-4430-9279-4A52D1EFE18D\wuredir.cab with dwProvFlags 0x00000080:
    2014-09-05 10:20:12:332 948 9a4 Misc Microsoft signed: NA
    2014-09-05 10:20:12:332 948 9a4 Misc Validating signature for C:\Windows\SoftwareDistribution\WuRedir\7971F918-A847-4430-9279-4A52D1EFE18D\TMP9EC4.tmp with dwProvFlags 0x00000080:
    2014-09-05 10:20:12:347 948 9a4 Misc Microsoft signed: NA
    2014-09-05 10:20:12:347 948 9a4 PT +++++++++++ PT: Synchronizing server updates +++++++++++
    2014-09-05 10:20:12:347 948 9a4 PT + ServiceId = {7971F918-A847-4430-9279-4A52D1EFE18D}, Server URL = https://fe2.update.microsoft.com/v6/ClientWebService/client.asmx
    2014-09-05 10:20:46:707 948 9a4 PT WARNING: Cached cookie has expired or new PID is available
    2014-09-05 10:22:08:988 948 9a4 PT WARNING: SyncUpdates failure, error = 0x80244022, soap client error = 10, soap error code = 0, HTTP status code = 503
    2014-09-05 10:22:08:988 948 9a4 PT WARNING: PTError: 0x80244022
    2014-09-05 10:22:08:988 948 9a4 PT WARNING: SyncUpdates_WithRecovery failed.: 0x80244022
    2014-09-05 10:22:08:988 948 9a4 PT WARNING: Sync of Updates: 0x80244022
    2014-09-05 10:22:08:988 948 9a4 PT WARNING: SyncServerUpdatesInternal failed: 0x80244022
    2014-09-05 10:22:08:988 948 9a4 Agent * WARNING: Failed to synchronize, error = 0x80244022
    2014-09-05 10:22:08:988 948 9a4 Agent * WARNING: Exit code = 0x80244022
    2014-09-05 10:22:08:988 948 9a4 Agent *********
    2014-09-05 10:22:08:988 948 9a4 Agent ** END ** Agent: Finding updates [CallerId = ]
    2014-09-05 10:22:08:988 948 9a4 Agent *************
    2014-09-05 10:22:08:988 948 9a4 Agent WARNING: WU client failed Searching for update with error 0x80244022
    2014-09-05 10:22:08:988 948 9a4 Report CWERReporter finishing event handling. (00000000)
    2014-09-05 10:22:08:988 3000 a60 COMAPI >>-- RESUMED -- COMAPI: Search [ClientId = <NULL>]
    2014-09-05 10:22:08:988 3000 a60 COMAPI - Updates found = 0
    2014-09-05 10:22:08:988 3000 a60 COMAPI - WARNING: Exit code = 0x00000000, Result code = 0x80244022
    2014-09-05 10:22:08:988 3000 a60 COMAPI ---------
    2014-09-05 10:22:08:988 3000 a60 COMAPI -- END -- COMAPI: Search [ClientId = <NULL>]
    2014-09-05 10:22:09:004 3000 a60 COMAPI -------------
    2014-09-05 10:22:09:004 3000 bb4 COMAPI WARNING: Operation failed due to earlier error, hr=80244022
    2014-09-05 10:22:09:004 3000 bb4 COMAPI FATAL: Unable to perform synchronous search. (hr=80244022)
    2014-09-05 10:22:09:004 3000 bb4 COMAPI ISusInternal::DisconnectCall failed, hr=8024000C
    2014-09-05 10:22:09:004 3000 bb4 COMAPI waiting for worker thread to complete
    2014-09-05 10:22:13:988 948 9a4 Report REPORT EVENT: {E34AC131-9B2E-45FB-AAED-2BFE32EB58FC} 2014-09-05 10:22:08:988-0400 1 148 101 {00000000-0000-0000-0000-000000000000} 0 80244022 Failure Software Synchronization Windows Update Client failed to detect with error 0x80244022.
    2014-09-05 10:22:14:066 948 9a4 Report CWERReporter::HandleEvents - WER report upload completed with status 0x8
    2014-09-05 10:22:14:066 948 9a4 Report WER Report sent: 7.6.7600.320 0x80244022 00000000-0000-0000-0000-000000000000 Scan 101 Unmanaged
    2014-09-05 10:22:14:066 948 9a4 Report CWERReporter finishing event handling. (00000000)
    About 10 minutes later, I ran ZTIWindowsUpdate.wsf /debug:true, manually & it worked.
    Is this a timing issue?
    Is there anything I can do to help avoid failures like this, such as adding a 30 second pause for all TS' just before the "Windows Update (Pre-Application Installation)" step?

    No clue, http 503 suggests some kind of server error.
    This article:
    http://windows.microsoft.com/en-us/windows/windows-update-error-80244022#1TC=windows-7 suggests that it's some kind of network connectivity issue.
    Keith Garner - Principal Consultant [owner] -
    http://DeploymentLive.com

  • [solved] fglrx depend? I have NVIDIA!

    Okay, take a look.
    So simple programs, so many weird dependencies, it doesn't make any sense, especially the radeon utility program fglrx-utils, xinetd, and netbsd-bsd-finger.
    I DO NOT have a Radeon graphics card! I have an Nvidia, using the official nvidia drivers.
    [root@dezza dezza]# pacman -S perlpanel
    resolving dependencies... done.
    looking for inter-conflicts... done.
    Targets: audiofile-0.2.6-3 esd-0.2.38-3 xinetd-2.3.14-2
    netkit-bsd-finger-0.17-3 fglrx-utils-8.40.4-1 xmms-1.2.10-9
    perl-xmms-0.12-2 perlxml-2.34-4 perl-xml-simple-2.18-1
    glib-perl-1.144-1 cairo-perl-1.041-1 gtk2-perl-1.146-1
    glade-perl-1.006-1 perl-extutils-depends-0.205-2
    perl-extutils-pkgconfig-1.07-2 libart-lgpl-2.3.19-1
    libgnomecanvas-2.14.0-2 gnomecanvas-perl-1.002-3
    gnome-vfs-perl-1.061-1 libbonobo-2.18.0-2 libgnome-2.18.0-2
    libbonoboui-2.18.0-2 gnome-keyring-0.8.1-2 libgnomeui-2.18.1-2
    gnome-perl-1.042-1 perl-gnome2-wnck-0.12-4
    perl-locale-gettext-1.05-2 perl-date-manip-5.44-2 perlpanel-0.9.1-3
    Total Package Size: 19,68 MB
    Proceed with installation? [Y/n]
    [root@dezza dezza]# pacman -S xfe
    resolving dependencies... done.
    looking for inter-conflicts... done.
    Targets: fglrx-utils-8.40.4-1 glproto-1.4.8-1 mesa-6.5.2-1 fox-1.6.29-1
    xfe-1.04-1 xinetd-2.3.14-2 netkit-bsd-finger-0.17-3
    Total Package Size: 15,67 MB
    Proceed with installation? [Y/n]
    I would really like to know what causes this, cause it will overwrite my libGL libraries and mesa where pacman is my savior:
    checking package integrity... done.
    cleaning up... done.
    (7/7) checking for file conflicts [#####################] 100%
    error: could not prepare transaction
    error: failed to commit transaction (conflicting files)
    fglrx-utils: /usr/lib/libGL.so exists in filesystem
    fglrx-utils: /usr/lib/libGL.so.1 exists in filesystem
    fglrx-utils: /usr/lib/xorg/modules/extensions/libglx.so exists in filesystem
    mesa: /usr/include/GL/gl.h exists in filesystem
    mesa: /usr/include/GL/glext.h exists in filesystem
    mesa: /usr/include/GL/glx.h exists in filesystem
    mesa: /usr/include/GL/glxext.h exists in filesystem
    errors occurred, no packages were upgraded.
    I would really much like to know what the cause of this problem is and how to fix it, or where in the database pacman screws up?
    Last edited by dezza (2007-10-07 11:44:36)

    dezza wrote:
    I did like you told me, created a libgl dummy pkg with no files in it, and installed it.
    Then mesa still is a depend of xfe and many packages as well, and if I try to install mesa:
    mesa: /usr/include/GL/gl.h exists in filesystem
    mesa: /usr/include/GL/glext.h exists in filesystem
    mesa: /usr/include/GL/glx.h exists in filesystem
    mesa: /usr/include/GL/glxext.h exists in filesystem
    So I create another mesa dummy package and installed that aswell.
    Now I am missing "libGLU.so.1" when trying to start programs that depend on mesa (such as xfe), so the official NVIDIA drivers provide these files that is with the mesa package, but is missing "libGLU.so.1", is there an alternative library that provides it, or should I make another workaround or what is the proper way to fix this? I like having a custom kernel, and from what I've read the nvidia package from pacman only works with stock kernels.
    pacman -S nvidia-utils. Includes the userspace stuff, doesnt include the kernel module.
    Even better, would be to install the nvidia module with pacman, take the 'nvidia' PKGBUILD, change pkgname, adjust _kernver, fix the dependencies, and build.
    James

  • [solved] Missing dependency with Mousepad?

    Pardon if this is wrong forum. I'm still very new to Arch.
    xfce4's mousepad would not print. Other apps would, but not mousepad. You could not adjust things like paper type (letter, legal, etc) or other printer options. If you tried to print, mousepad would say:
    client-error-bad-request
    On this xfce4 forum: (http://forum.xfce.org/index.php?action= … =showPosts)
    Where I found that, apparently mousepad needs the package a2ps.
    Sure enough, that solved it for me.
    Hopefully, this message will get to the right people with Arch.  I really enjoy Arch so far, and I'm just trying to help in any way...
    Last edited by Seleven (2007-02-19 16:39:12)

    Thanks! You just solved my problem in 30 seconds. :-)
    Is it possible to put a2ps in the mousepad's dependencies?
    I love the power of arch and xfce...

  • [SOLVED] Emacs dependent on Ubuntu font family

    Installed emacs, and when I tried to run it, this what it said:
    Font `Ubuntu Mono 13' is not defined
    And it wouldn't start. I had to install ttf-ubuntu-font-family to make it run. File ~/.emacs was empty, and nothing resembling ubuntu (except for a few comments) could not be found under /usr/share/emacs.
    Did anybody else have this issue? Maybe emacs package should have ubuntu font dependency?
    Last edited by kotnik (2011-11-22 10:34:26)

    I have the same problem, emacs can't work  on X11 but works fine without X, that's not related with these  ttf-ubuntu-font-family cause it's installed, i have no .emacs file and .emacs.d/ folder is empty.
    The problem is related with my user profile cause it works on an other profile on the same system.

  • [SOLVED] ppp: pon seems to work, but ping doesn't

    Hi List,
    when trying to reinstall Archlinux from a CD, I get stuck in the very beginning of the process because I can't make the network connection work.
    The disk is already partitioned and formatted. I loaded the appropriate (de-latin1) keys, mounted root, boot and home partitions (/mnt/, /mnt/boot/ etc) and used swapon for the swap partition. I then copied from the backup of my old installation the /etc/ppp/peers/pppoe file, changed eth0  to enp0s7 (after doing an ifconfig), and set a symlink to this file called provider.
    Then calling pon on the commandline works as expected. However, if I ping www.google.com or so, I get the unknown host message. I believe the same setting worked for me with my former Archlinux install, and the internet connection works anyway - I'm using it for my labtop to write this message right now.
    Did I miss something? Is there some necessary config I forgot about?
    Here is the content of the pppoe file:
    plugin re-pppoe.so
    # network interface
    enp0s7
    # login name
    name "0123456789"
    usepeerdns
    persist
    defaultroute
    hide-password
    noauth
    Last edited by 4on6 (2013-12-07 18:06:48)

    brain0 wrote:
    Hm, a udev rule on the ISO is starting dhcpcd on ppp0, which it shouldn't. I don't know if this is your problem, but try
    systemctl mask [email protected]
    before launching pppd.
    I tried it, but it does not help.
    There are descriptions of how to configure pppoe, but I think I don't need(ed) to give all this specific information, all I had to do was adding a pppoe connection config file (/ppp/peers/pppoe shown above) with my phone number as user name - and the usepeerdns and noauth attributes made it unnecessary to give more info.
    From my (naive) point of view, these journal lines
    connected to ... via interface enp0s7
    Using interface ppp0
    Connect: ppp0 <--> enp0s7
    peer from calling number ... authorized
    seem to suggest that the connection config file cited above allows to establish a connection (or at least log in).
    But then
    LCP terminated by peer
    Timeout while waiting for PADO packets
    something I don't understand seems to go wrong.
    Or is the underlying problem that I forgot another config file or so? There is rp-pppoe.config too, and I changed ETH=eth0  to ETH=enp0s7, but to no avail. I could not change the user= ... settings in this file since I don't know what to put there for my provider (and if it is necessary at all).
    Or should I abort direct configuration of pppd and go for something like wvdial (which I don't know at all)?

  • How to solve pdp authentication failure problem?

    I've bought an iPhone 4 and the text and calling work fine, as does wifi. However, when trying to use internet without Wifi I get a "Could not activate cellular data network - PDP authentication failure".

    I tried both the things in my 4s but still the same problem...
    Edit: My iOS is 6.1.2

  • Need help solving script component failure (SSIS Visual Studio tools 2.0 using VB 2008)

    Hello,
    I am new to SSIS but believe I have fought my way through this one where I almost have it.
    I copied am existing successful package that uses a loop (and VB code) for ETL of a file. The difference is that I have a new Excel file with different content (I carefully modified the VB code to match the current file). When I run the package I am down
    to just a couple of errors now under the “progress  tab”. I am hoping you can point me in the correct direction to resolve this.
    First I get a Script Component Runtime Error as I run (debug) this package:
    at Microsoft.SqlServer.Dts.Pipeline.ScriptComponent.get_ReadWriteVariables()
    at SC_712a9d2c4d4a4a48a2c07c5f14c80b1a.vbproj.Variables.get_sFacility()
    at SC_712a9d2c4d4a4a48a2c07c5f14c80b1a.vbproj.ScriptMain.Input0_ProcessInputRow(Input0Buffer Row)
    at SC_712a9d2c4d4a4a48a2c07c5f14c80b1a.vbproj.UserComponent.Input0_ProcessInput(Input0Buffer Buffer)
    at SC_712a9d2c4d4a4a48a2c07c5f14c80b1a.vbproj.UserComponent.ProcessInput(Int32 InputID, PipelineBuffer Buffer)
    at Microsoft.SqlServer.Dts.Pipeline.ScriptComponentHost.ProcessInput(Int32 inputID, PipelineBuffer buffer)
    The Data Flow “Progress tab reveals 2 messages
    [Create ED1_2 Feeder File [1760]] Error: Microsoft.SqlServer.Dts.Pipeline.ReadWriteVariablesNotAvailableException: The collection of variables locked for read and write access is not available outside of PostExecute.
       at Microsoft.SqlServer.Dts.Pipeline.ScriptComponentHost.HandleUserException(Exception e)
       at Microsoft.SqlServer.Dts.Pipeline.ScriptComponentHost.ProcessInput(Int32 inputID, PipelineBuffer buffer)
       at Microsoft.SqlServer.Dts.Pipeline.ManagedComponentHost.HostProcessInput(IDTSManagedComponentWrapper100 wrapper, Int32 inputID, IDTSBuffer100 pDTSBuffer, IntPtr bufferWirePacket)
    AND #2:
    [SSIS.Pipeline] Error: SSIS Error Code DTS_E_PROCESSINPUTFAILED. 
    The ProcessInput method on component "Create ED1_2 Feeder File" (1760) failed with error code 0x80131600 while processing input "Input 0" (1762). The identified component returned an error from the ProcessInput method. The error is
    specific to the component, but the error is fatal and will cause the Data Flow task to stop running. 
    There may be error messages posted before this with more information about the failure.
    Any suggestions?  I know the code I copied from the source package works perfectly there, but my copy (and then modified) version of the VB code fails in my new package.
    THANKS!!!!!

    Thank You. While waiting for a response I decided that instead of copying the package and editing according to my new source file, that I should rebuild it from scratch
    manually instead (while using the original as a model). Well... it worked!
    (probably could have repaired the other too with your help and with additional effort, etc.). You were right to suspect the variables as I found properties didn't match there as far as scope. In fact that was the last thing I was working
    on when it finally worked.  So, as the late Gilda Radner used to say..."never mind". Thanks again.

  • Pacman -Syu dependency failure

    Running pacman -Syu:
    :: Synchronizing package databases...
    core                      32.5K  186.8K/s 00:00:00 [#####################] 100%
    extra                    391.6K  585.2K/s 00:00:01 [#####################] 100%
    community                363.0K  570.5K/s 00:00:01 [#####################] 100%
    :: Starting full system upgrade...
    resolving dependencies...
    looking for inter-conflicts...
    error: failed to prepare transaction (could not satisfy dependencies)
    :: lirc: requires lirc-utils=0.8.3
    bash-3.2# pacman -R lirc
    checking dependencies...
    (1/1) removing lirc                                 [#####################] 100%
    >>> Updating module dependencies. Please wait ...
    bash-3.2# pacman -S lirc
    resolving dependencies...
    error: cannot resolve "lirc-utils=0.8.3", a dependency of "lirc"
    error: failed to prepare transaction (could not satisfy dependencies)
    :: lirc: requires lirc-utils=0.8.3

    Allan wrote:
    http://bugs.archlinux.org/task/13865
    For now "pacman -Syu --ignore lirc"
    Is this right? I needed "yaourt -Su --ignore lirc --ignore lirc-utils". (Not sure about "--ignore lirc", however. Did not try.)

  • [SOLVED] Pacman Dependency error with nouveau-dri and libgl

    I am upgrading my system with
    sudo pacman -Syu
    The out put is as follows:
    :: Synchronizing package databases...
    testing is up to date
    core is up to date
    extra is up to date
    community is up to date
    :: Starting full system upgrade...
    resolving dependencies...
    looking for inter-conflicts...
    error: failed to prepare transaction (could not satisfy dependencies)
    :: nouveau-dri: requires libgl=7.10.1
    It seems that the newest libgl is 7.10.2-1, while the newest nouveau-dri(7.10.1-2) requires 7.10.1-1. An upgrade operation will upgrade the libgl from 7.10.1-1 to 7.10.2-1, which result in a conflict with nouveau-dri.
    Is there any workaround? Do I have to wait for the nouveau-dri update?
    THANKS!
    Last edited by songgao (2011-04-11 06:03:53)

    ngoonee wrote:
    songgao wrote:
    Thanks @ngoonee !
    It turns out that this is because the mirror (mirrors.163.com/archlinux) I am using is broken. It is holding <libgl 7.10.2-1> without <nouveau-dri 7.10.1-2> and simultaneously. I changed to http://mirrors.kernel.org/archlinux/ and the problem solves.
    You're welcome. The mirror is/was probably just affected by a partial sync (the letter l is earlier than n ).
    Yeah, that's a quite reasonable explaination :-)

Maybe you are looking for