das ist meine Erfahrung:
1. Repository falsch in doku?
in handbuch "deb http://download.uib.de/opsi4.0 lenny main" <- das hat fuer mich nicht funktioniert
ich habe das benutzt "deb http://download.uib.de/debian lenny opsi4.0" - von der alte Installation aber opsi3.4 mit opsi4.0 ersetzt
2. Nur zwei pakete upgradet
# apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages have been kept back:
opsi-depotserver opsi-utils opsiconfd opsipxeconfd python-opsi
The following packages will be upgraded:
opsi-atftpd opsi-configed
2 upgraded, 0 newly installed, 0 to remove and 5 not upgraded.
folgendes manuell ausgefuehrt
#apt-get install opsi-depotserver opsi-utils opsiconfd opsipxeconfd python-opsi
3. Pakete mit "." in Productname wurden nicht übernommen
Jetzt fehlen die pakete in GUI
# opsi-setup --update-file
[5] [Aug 10 14:31:28] Loading backend config '/etc/opsi/backends/file.conf' (opsi-setup|1343)
[5] [Aug 10 14:31:28] Creating file backend instance (opsi-setup|1354)
[5] [Aug 10 14:31:28] Backing up current directory '/var/lib/opsi/config' to '/var/lib/opsi/backup_1281443488.59' (opsi-setup|1365)
[5] [Aug 10 14:31:28] Creating base path: '/var/lib/opsi/config' (File.py|213)
[5] [Aug 10 14:31:28] Backing up hostKeyFile '/etc/opsi/pckeys' to '/var/lib/opsi/backup_1281443488.59' (opsi-setup|1389)
[5] [Aug 10 14:31:28] Updating depots ... (opsi-setup|1438)
[5] [Aug 10 14:31:28] Updating depot 'xxxxxxxxxxxxxx' (opsi-setup|1452)
[5] [Aug 10 14:31:28] Updating products on depot 'xxxxxxxxxxxxxxxxxxx' (opsi-setup|1510)
[4] [Aug 10 14:31:28] Invalid product: 'jre-1.5' in '/var/lib/opsi/backup_1281443488.59/depots/xxxx/products/localboot': Bad product id: 'jre-1.5' (opsi-setup|1526)
[4] [Aug 10 14:31:28] Invalid product: 'jre-1.6' in '/var/lib/opsi/backup_1281443488.59/depots/xxxx/products/localboot': Bad product id: 'jre-1.6' (opsi-setup|1526)
[4] [Aug 10 14:31:28] Invalid product: 'paint.net' in '/var/lib/opsi/backup_1281443488.59/depots/xxxx/products/localboot': Bad product id: 'paint.net' (opsi-setup|1526)
[3] [Aug 10 14:31:28] Invalid product '/var/lib/opsi/backup_1281443488.59/depots -setup|1539)
[3] [Aug 10 14:31:28] Invalid product '/var/lib/opsi/backup_1281443488.59/depots psi-setup|1539)
[3] [Aug 10 14:31:30] Invalid product '/var/lib/opsi/backup_1281443488.59/depots
|1539)
4. Booten geht nicht
PXE-T01: File not found
PXE-E3B: TFTP error - File not found
->>>>>>>opsi-atftpd upgrade aendert in /etc/inetd.conf das verzeichnis /tftpboot stat /tftpboot/linux
5. Preloginloader
alte version 3.4.39
- installation von paketen - OK
- deploy skript funktioniert nicht
# /opt/pcbin/install/preloginloader/opsi-deploy-preloginloader -u xxxxxxx -p xxxxxx xxxxxx
Traceback (most recent call last):
File "/opt/pcbin/install/preloginloader/opsi-deploy-preloginloader", line 42, in <module>
from OPSI.Tools import *
ImportError: No module named Tools
die neue version installiert - preloginloader 3.4-68 opsi.org preloginloader
dieselbe Fehlermeldung
atviesu075:~# /opt/pcbin/install/preloginloader/opsi-deploy-preloginloader --help
Traceback (most recent call last):
File "/opt/pcbin/install/preloginloader/opsi-deploy-preloginloader", line 42, in <module>
from OPSI.Tools import *
ImportError: No module named Tools
Auf dem ersten blick habe ich das gefunden
