zuerst einmal vielen Dank für dieses äusserst produktive Projekt, welches mir schon seit Jahren viel Aufwand und Arbeit abgenommen hat.
Nun habe ich die Aufgabe, mittels eines Debian-basierenden Servers (genauer: Arktur Schulserver v.5.3), den XP-Clients die Updates zur Verfügung zu stellen. Die benötigten Pakete cabextract und xmlstarlet sind installiert. Das Paket md5deep/hashdeep konnte ich nur in der Version 3.9 installieren, da "make install" bei der aktuellen Version 4.1 mit zwei für mich nicht nachvollziehbaren Fehlern den Dienst versagte. Das Verwenden der Version 3.9 scheint aber auch nicht Ursache meiner Situation zu sein..?!
Bei "dos2linux" bin ich mir leider nicht sicher, ob alles richtig ist, es handelt sich um einen Alias: alias dos2unix='recode ibmpc..lat1' Vlt. ist das schon mein Problem?
Jedenfalls ist es nicht möglich, Updates herunterzuladen.
Das Logfile, welches ich mit
- Code: Select all
- Main1:/home/adm/win-updates/wsusoffline/sh # ./downloadupdates.sh wxp deu 2>&1 >wsuslog
erstellt habe, sieht so aus:
Das Skript "downloadupdates.sh" ist nach vielen Versuchen/Modifikationen im Ursprungszustand, der Fehler ist immer der selbe: Keine Downloads...
- Code: Select all
- [H[J**********************************************************
 *** WSUS Offline Update Downloader ***
 *** for Linux systems ***
 *** v. 7.3.1 ***
 *** ***
 *** http://www.wsusoffline.net/ ***
 *** Authors: Tobias Breitling, Stefan Joehnke, ***
 *** Walter Schiessberg ***
 **********************************************************
 [H[J**********************************************************
 *** WSUS Offline Update Downloader ***
 *** for Linux systems ***
 *** v. 7.3.1 ***
 *** ***
 *** http://www.wsusoffline.net/ ***
 *** Authors: Tobias Breitling, Stefan Joehnke, ***
 *** Walter Schiessberg ***
 **********************************************************
 find has a problem with exlude
 find has a problem with xslt
 find has a problem with static
 [H[J**********************************************************
 *** WSUS Offline Update Downloader ***
 *** for Linux systems ***
 *** v. 7.3.1 ***
 *** ***
 *** http://www.wsusoffline.net/ ***
 *** Authors: Tobias Breitling, Stefan Joehnke, ***
 *** Walter Schiessberg ***
 **********************************************************
 Your choice
 System: wxp
 Language: deu
 Parameter:
 Proxy:
 Downloading most recent Windows Update Agent and catalog file...
 wget -nv -N --timeout=120 -i ../static/StaticDownloadLinks-wsus.txt -P ../client/wsus
 Determining static URLs for wxp deu...
 Adding Custom-Links...
 Extracting Windows update catalogue file package.xml...
 Determining superseded updates (please be patient, this will take a while)...
 Done.
 Determining update URLs for wxp deu...
 Determining update URLs for win deu...
 ***************************************
 Found 0 patches...
 [H[J**********************************************************
 *** WSUS Offline Update Downloader ***
 *** for Linux systems ***
 *** v. 7.3.1 ***
 *** ***
 *** http://www.wsusoffline.net/ ***
 *** Authors: Tobias Breitling, Stefan Joehnke, ***
 *** Walter Schiessberg ***
 **********************************************************
 Downloading patches for wxp...
 Downloading static patches...
 wget -nv -N --timeout=120 -i ../temp/StaticUrls-wxp-deu.txt -P ../client/wxp/deu
 wget -nv -N --timeout=120 -i ../temp/StaticUrls-deu.txt -P ../client/win/deu
 wget -nv -N --timeout=120 -i ../temp/StaticUrls-glb.txt -P ../client/win/glb
 wget -nv -N --timeout=120 -i ../temp/StaticUrls-wxp-glb.txt -P ../client/wxp/glb
 Downloading patches for wxp deu
 wget -nv -N --timeout=120 -i ../temp/ValidUrls-wxp-deu.txt -P ../client/wxp/deu
 wget -nv -N --timeout=120 -i ../temp/ValidUrls-wxp-glb.txt -P ../client/wxp/glb
 wget -nv -N --timeout=120 -i ../temp/ValidUrls-win-x86-deu.txt -P ../client/win/deu
 [H[J**********************************************************
 *** WSUS Offline Update Downloader ***
 *** for Linux systems ***
 *** v. 7.3.1 ***
 *** ***
 *** http://www.wsusoffline.net/ ***
 *** Authors: Tobias Breitling, Stefan Joehnke, ***
 *** Walter Schiessberg ***
 **********************************************************
 Validating patches for wxp...
 Validating static patches...
 wget -nv -N --timeout=120 -i ../temp/StaticUrls-wxp-deu.txt -P ../client/wxp/deu
 wget -nv -N --timeout=120 -i ../temp/StaticUrls-deu.txt -P ../client/win/deu
 wget -nv -N --timeout=120 -i ../temp/StaticUrls-glb.txt -P ../client/win/glb
 wget -nv -N --timeout=120 -i ../temp/StaticUrls-wxp-glb.txt -P ../client/wxp/glb
 Validating patches for wxp deu...
 wget -nv -N --timeout=120 -i ../temp/ValidUrls-wxp-deu.txt -P ../client/wxp/deu
 Creating integrity database for wxp-deu ...
 wget -nv -N --timeout=120 -i ../temp/ValidUrls-wxp-glb.txt -P ../client/wxp/glb
 Creating integrity database for wxp-glb ...
 wget -nv -N --timeout=120 -i ../temp/ValidUrls-win-x86-deu.txt -P ../client/win/deu
 Creating integrity database for WSUS ...
 **************************************
 0 patches successfully downloaded.
 Cleaning up ...
 Cleaning up client directory for wxp deu
 Cleaning up client directory for wxp glb
 Cleaning up client directory for win deu
 Cleaning up client directory for win glb
Weiss jemand Rat?
Mit besten Grüssen
Alex

