Page 1 of 1

filesystem does not support streams

PostPosted: 08.08.2012, 09:46
by ths
Hallo,

ich habe WSUSOffline auf einem Samba-Share seit Jahren in Benutzung.
Ich lade immer WXP deu, W61 und alle 3 Office-Pakete deu runter.
Mit dem Update auf 7.4 kommt folgende Fehlermeldung:

08.08.2012 10:30:47,81 - Info: Starting WSUS Offline Update download (v. 7.4) for o2k7 deu
08.08.2012 10:30:47,81 - Info: Option /includedotnet detected
08.08.2012 10:30:47,84 - Info: Option /nocleanup detected
08.08.2012 10:30:47,86 - Info: Option /exitonerror detected
08.08.2012 10:30:47,87 - Info: Option /skipiso detected
08.08.2012 10:30:47,89 - Info: Option /proxy detected
08.08.2012 10:30:47,98 - Info: Set time zone to LOC-2:00
08.08.2012 10:30:48,86 - Info: Downloaded/validated most recent Windows Update Agent installation and catalog files
08.08.2012 10:30:49,44 - Info: Downloaded/validated installation files for .NET Frameworks 3.5 SP1 and 4
08.08.2012 10:30:49,48 - Info: Determined static update urls for dotnet x86-glb
08.08.2012 10:30:51,16 - Info: Found valid list of superseded updates
08.08.2012 10:31:00,09 - Info: Determined dynamic update urls for dotnet x86-glb
08.08.2012 10:31:00,55 - Info: Downloaded/validated 1 statically defined updates for dotnet x86-glb
08.08.2012 10:31:15,84 - Info: Downloaded/validated 46 dynamically determined updates for dotnet x86-glb
08.08.2012 10:31:15,84 - Info: File system does not support streams
08.08.2012 10:31:16,00 - Info: Renamed file ..\client\cpp\vcredist2005_x86.exe to vcredist_x86.EXE
08.08.2012 10:31:16,01 - Info: Renamed file ..\client\cpp\vcredist_x86.EXE to vcredist2005_x86.exe
08.08.2012 10:31:16,00 - Info: Renamed file ..\client\cpp\vcredist2008_x86.exe to vcredist_x86.exe
08.08.2012 10:31:16,01 - Info: Renamed file ..\client\cpp\vcredist_x86.exe to vcredist2008_x86.exe
08.08.2012 10:31:16,00 - Info: Renamed file ..\client\cpp\vcredist2010_x86.exe to vcredist_x86.exe
08.08.2012 10:31:16,01 - Info: Renamed file ..\client\cpp\vcredist_x86.exe to vcredist2010_x86.exe
08.08.2012 10:31:17,03 - Info: Downloaded/validated installation files for C++ Runtime Libraries
08.08.2012 10:31:17,06 - Info: Determined static update urls for ofc deu
08.08.2012 10:31:19,48 - Info: Found valid list of superseded updates
08.08.2012 10:31:43,17 - Info: Determined dynamic update urls for ofc deu
08.08.2012 10:31:43,94 - Info: Downloaded/validated 2 statically defined updates for ofc deu
08.08.2012 10:31:46,23 - Info: Downloaded/validated 10 dynamically determined updates for ofc deu
08.08.2012 10:31:46,23 - Info: File system does not support streams
08.08.2012 10:31:48,28 - Info: Found valid list of superseded updates
08.08.2012 10:31:48,58 - Info: File system does not support streams

Re: filesystem does not support streams

PostPosted: 08.08.2012, 11:56
by aker
Dies ist keine Fehlermeldung:

Es handelt sih hierbei lediglich um eine Information, dass das Laufwerk keine streams unterstützt, diese also auch nicht entfernt werden müssen.


- Fix: DownloadUpdates.cmd showed misleading warnings when attempting to remove alternate data streams on non-NTFS file systems (Thanks to "aker")


Viele Grüsse

Re: filesystem does not support streams

PostPosted: 08.08.2012, 12:00
by ths
das ist schön, dass dies nur eine Warnung sein soll.
Im Nachgang muss ich dann eine Taste drücken und es erscheint eine Dialogbox "beim Herunterladen sind Fehler aufgetreten. Logdatei anzeigen?".

"nur eine Warnung" ist für mich 'was anderes.
Warum kommt das jetzt mit der neuen Version? Kann ich das abschalten?

Re: filesystem does not support streams

PostPosted: 08.08.2012, 12:46
by harry
Eine Fehlermeldung ist aus deinem ersten Post nicht ersichtlich :!:
Bitte mal den kompletten Teil (08.08.2012) aus ...\log\download.log posten.

Gruß
harry

Re: filesystem does not support streams

PostPosted: 08.08.2012, 14:02
by ths
das da oben war der komplette Logeintrag für diesen Lauf, mehr Meldungen hab ich nicht.
Ich hatte o2k3, 7 und 10 angekreuzt und nach o2k7 wurde abgebrochen.
die Windows-Downloads liefen einwandfrei durch.
Ich hab jetzt erst mal Office-Downloads abgeschaltet.

Re: filesystem does not support streams

PostPosted: 08.08.2012, 14:23
by aker
Also diese Meldung kann man getrost ignorieren

Sie sagt nur "Das Dateisystem unterstützt keine Streams, also muss ich diese auch nicht entfernen"

Hier der Auszug aus DownloadUpdates.cmd

Code: Select all
rem *** Remove NTFS alternate data streams for %1 %2 ***
rem existiert streams.exe?
if exist ..\bin\streams.exe (
rem Unterstützt das Dateisystem Streams?
..\bin\streams.exe /accepteula -s ..\client\%1\%2\*.* >nul 2>&1
if errorlevel 1 (
rem Tut es nicht, also müssen sie auch nicht gelöscht werden
echo %DATE% %TIME% - Info: File system does not support streams >>%DOWNLOAD_LOGFILE%
) else (
rem Es unterstützt sie, also löschen wir sie
echo Removing NTFS alternate data streams for %1 %2...
..\bin\streams.exe /accepteula -s -d ..\client\%1\%2\*.* >nul 2>&1
if errorlevel 1 (
rem Fehler beim Löschen
echo Warning: Unable to remove NTFS alternate data streams for %1 %2.
echo %DATE% %TIME% - Warning: Unable to remove NTFS alternate data streams for %1 %2 >>%DOWNLOAD_LOGFILE%
) else (
rem Erfolgreich gelöscht
echo %DATE% %TIME% - Info: Removed NTFS alternate data streams for %1 %2 >>%DOWNLOAD_LOGFILE%
)
)
) else (
rem Programm nicht gefunden; Fehlermeldung
echo Warning: Sysinternals' NTFS alternate data stream handling tool ..\bin\streams.exe not found.
echo %DATE% %TIME% - Warning: Sysinternals' NTFS alternate data stream handling tool ..\bin\streams.exe not found >>%DOWNLOAD_LOGFILE%
)


Einfach mal die log-Datei löschen und einen neuen Download starten. Etwas anderes fällt mir so spontan auch nicht ein...

Viele Grüsse