seit dem update ist unsere backend_info leer!
Und wir bekommen eine Fehlermeldung wenn wir die Standartprodukte auf dem Server einspielen möchten.
Code: Alles auswählen
opsi-product-updater -vv
Zsync command found: /usr/bin/zsync
Failed to read opsi modules file '/etc/opsi/modules': [Errno
: u'/etc/opsi/modules'
Disabling mysql backend and license management module: no cus
Reading config file '/etc/opsi/opsi-product-updater.conf'
Using Proxy: http://XXXX:XXXX@10.49.74.166:800
Getting installed products
Getting info for local packages in '/var/lib/opsi/repository'
Getting package infos from repository 'http://download.uib.de
Using Proxy: http://XXXX:XXXX@10.49.74.166:800
Getting package infos from repository 'http://download.uib.de
Traceback:
line 1187 in '<module>' in file '/usr/bin/opsi-product-u
line 1180 in 'main' in file '/usr/bin/opsi-product-updat
line 478 in 'processUpdates' in file '/usr/bin/opsi-prod
line 970 in 'getDownloadablePackages' in file '/usr/bin/
line 1090 in 'getDownloadablePackagesFromRepository' in
updater'
==>>> Failed to process url 'http://download.uib.de/abo/
407: Proxy Authentication Required
Ich hatte dann mal die backend info mal angeschaut:
Code: Alles auswählen
opsi-admin -d method backend_info
{
"opsiVersion" : "4.0.6.34",
"realmodules" :
{
},
"modules" :
{
"valid" : false
}
}
In der "/etc/opsi/opsi-product-updater.conf" stehen die daten drin:
Ich frage mich was das für Anmeldedaten sind ??????
; Username for connection to repository
username =
; Password for connection to repository
password =
Code: Alles auswählen
; Username for connection to repository
username =
; Password for connection to repository
password =
; AutoInstall will be checked if a product package is found on the repository
; and the product is not yet installed on the local depot
autoInstall = false
; AutoUpdate will be checked if a product is already installed on the local depot
; and a more recent product version is found in the repository
autoUpdate = true
; If autoSetup is set to true, the action request "setup" will be set for every updated product
; on all clients of the local depot where the installation status of the product is "installed"
autoSetup = false
; Set True if you want only Download packages without installation
onlyDownload = false
; Set Proxy handler like: http://10.10.10.1:8080
proxy = http://XXXX:XXXX@10.49.74.166:800
[repository_master]
active = false
opsiDepotId =
autoInstall = true
autoUpdate = true
autoSetup = true
[repository_abo_standard]
baseUrl = http://download.uib.de
dirs = abo/standard/opsi4
active = true
username = XXXXXXXXX
password = XXXXXXXX
autoInstall = false
autoUpdate = true
autoSetup = false
onlyDownload = false
Lg silver