Liebes OPSI-Team,
ich beschäftige mich nun schon seit etlichen Wochen mit OPSI und finde es eine geniale Software! (macht das Leben von Administratoren wesentlich leichter)
Ich habe letzte Woche leider meinen Ubuntuserver bei der Festplattenerweiterung gekillt und musste den Server neu installieren. Nun bin ich nach der Neuinstallation auf einige Probleme gestoßen.
Nach der Installation habe ich wieder die Unattendet Win7 Installation installiert, die Winpe und installfiles reingeschoben und wie sichs gehört mit "opsi-setup --set-rights" die Berechtigungen auf die zwei Ordner vergeben.
Leider hatte ich danach immer noch ein Berechtigungsproblem und ich musste die Berechtigungen manuell mit CHMOD vergeben (Verzwiflungstat 777).
Nun bin ich auf ein weiteres Problem gestoßen. Habe ich doch neue Installations-Scripts geschrieben und installiert. Beim Ersten musste ich im Winbatch "msiexec /i <install.msi>" anstelle des direkten aufrufs der msi + parameter angeben, ansonsten stand im Log die Meldung "File not found" (ähnlich wie unten).
Beim zweiten Script ist es nun auch so, hier kann ich aber den Weg über die "msiexec" nicht gehen...
Code: Alles auswählen
[5] [Jun 30 09:33:24:389] [c-plus-plus-2010-x86-redistributable] Execution of Winbatch_6_64_install
[4] [Jun 30 09:33:24:389] [c-plus-plus-2010-x86-redistributable] Warning: file not found :'P:\c-plus-plus-2010-x86-redistributable\setup\vcredist_x86.exe' -retrying
[4] [Jun 30 09:33:24:795] [c-plus-plus-2010-x86-redistributable] Warning: file not found :'P:\c-plus-plus-2010-x86-redistributable\setup\vcredist_x86.exe' -retrying
[4] [Jun 30 09:33:25:228] [c-plus-plus-2010-x86-redistributable] Warning: file not found :'P:\c-plus-plus-2010-x86-redistributable\setup\vcredist_x86.exe' -retrying
[4] [Jun 30 09:33:25:661] [c-plus-plus-2010-x86-redistributable] Warning: file not found :'P:\c-plus-plus-2010-x86-redistributable\setup\vcredist_x86.exe' -retrying
[4] [Jun 30 09:33:26:068] [c-plus-plus-2010-x86-redistributable] Warning: file not found :'P:\c-plus-plus-2010-x86-redistributable\setup\vcredist_x86.exe' -retrying
[4] [Jun 30 09:33:26:478] [c-plus-plus-2010-x86-redistributable] Warning: file not found :'P:\c-plus-plus-2010-x86-redistributable\setup\vcredist_x86.exe' -retrying
[4] [Jun 30 09:33:26:878] [c-plus-plus-2010-x86-redistributable] Warning: file not found :'P:\c-plus-plus-2010-x86-redistributable\setup\vcredist_x86.exe' -retrying
[4] [Jun 30 09:33:27:288] [c-plus-plus-2010-x86-redistributable] Warning: file not found :'P:\c-plus-plus-2010-x86-redistributable\setup\vcredist_x86.exe' -retrying
[4] [Jun 30 09:33:27:689] [c-plus-plus-2010-x86-redistributable] Warning: file not found :'P:\c-plus-plus-2010-x86-redistributable\setup\vcredist_x86.exe' -retrying
[4] [Jun 30 09:33:28:089] [c-plus-plus-2010-x86-redistributable] Warning: file not found :'P:\c-plus-plus-2010-x86-redistributable\setup\vcredist_x86.exe' -retrying
[4] [Jun 30 09:33:28:489] [c-plus-plus-2010-x86-redistributable] Warning: file not found :'P:\c-plus-plus-2010-x86-redistributable\setup\vcredist_x86.exe' - giving up
[6] [Jun 30 09:33:28:489] [c-plus-plus-2010-x86-redistributable] Call "'P:\c-plus-plus-2010-x86-redistributable\setup\vcredist_x86.exe' /q /norestart /log 'C:\tmp\c-plus-plus-2010-x86-redistributable.install_log.txt'"
[6] [Jun 30 09:33:28:489] [c-plus-plus-2010-x86-redistributable] Waiting until the called process is finished
[6] [Jun 30 09:33:28:489] [c-plus-plus-2010-x86-redistributable] Start process as invoker: SYSTEM
[3] [Jun 30 09:33:28:491] [c-plus-plus-2010-x86-redistributable] Exception in StartProcess_cp: Failed to execute 'P:\c-plus-plus-2010-x86-redistributable\setup\vcredist_x86.exe' /q /norestart /log 'C:\tmp\c-plus-plus-2010-x86-redistributable.install_log.txt' : 2
Kennt jemand das Problem oder hat eine wegweisende Idee?
Liebe Grüße
BruisE