Kann es sein das aktuell Probleme mit dem freien DFN Repository bestehen?
Wenn ich versuche die Produkte mit dem opsi-product-updater herunterzuladen findet er nichts von diesem Repository.
Die offiziellen Pakete von uib und die Pakete von Geos One kann er ohne Probleme laden.
Im untenstehenden Auszug aus dem Logfile sieht man auch gut, dass wenn er die Pakete von http://download.uib.de holt, den HTML-Code der Webseite ausgibt. Beim DFN Repository gibt er gar nichts aus, sondern springt einfach weiter.
Das Repository ist in /etc/opsi/opsi-product-updater.conf folgendermassen konfiguriert:
Code: Alles auswählen
[repository_dfn]
active = true
baseUrl = https://opsi.wzb.eu
autoInstall = true
autoUpdate = true
autoSetup = true
onlyDownload = false
Code: Alles auswählen
[b](...)[/b]
Getting package infos from repository 'http://download.uib.de'
content: '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<title>Index of /opsi4.0/products/localboot</title>
</head>
<body>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<link rel="stylesheet" href="/download.css" type="text/css" />
</head>
<body>
<div class="top">download.uib.de</div>
<div class="left"></div>
<div class="header"></div>
<div class="notes">
Downloads for opsi 4.0 (current stable version).
</div>
<div class="files">
[b](...)[/b]
Getting package infos from repository 'https://opsi.wzb.eu'
Testing if download/installation of package 'config-win-base_4.0.1-1.opsi' is needed
Product 'config-win-base' is installed
Available product version is '4.0.1-1', installed product version is '4.0.1-1'
Unfulfilled condition: 4.0.1-1 > 4.0.1-1
config-win-base_4.0.1-1.opsi - installation not required: installed version '4.0.1-1' of product 'config-win-base' is up to date
[b](...)[/b]