Installationen funktionieren nicht mehr
Installationen funktionieren nicht mehr
es sind keine installationen mehr möglich.
Ich erhalte die Fehlermeldung: Exception in StartProcess_cp: Failed to execute
Dies passiert bei allen Installationen ausgenommen netboot Produkten- Client Agent wird auch noch installiert.
OS: Win 8.1 - 64 bit
Opsi. 4.0.5
opsi-linux-bootimage 20140919-2
Ubuntu 14.04.LTS
Ich hoffe Ihr könnt mir helfen.
Vielen Dank
Mike
Re: Installationen funktionieren nicht mehr
opsi-winst Version ?
gruß
d.oertel
Vielen Dank für die Nutzung von opsi. Im Forum ist unser Support begrenzt.
Für den professionellen Einsatz und individuelle Beratung empfehlen wir einen Support-Vertrag und eine Schulung.
Gerne informieren wir Sie zu unserem Angebot.
uib GmbH
Telefon: +49 6131 27561 0
E-Mail: sales@uib.de
Re: Installationen funktionieren nicht mehr
anbei die Versionsangabe.
opsi-package-manager -l
opsi-winst 4.11.4.12-1 winst
Viele Grüße
Mike
Re: Installationen funktionieren nicht mehr
enthält die share definition von opsi_depot in der /etc/samba/smb.conf die zeile:
Code: Alles auswählen
admin users = @pcpatch
Wenn nicht - ausführen:
Code: Alles auswählen
opsi-setup --auto-configure-samba
Code: Alles auswählen
service smbd restart
gruß
d.oertel
Vielen Dank für die Nutzung von opsi. Im Forum ist unser Support begrenzt.
Für den professionellen Einsatz und individuelle Beratung empfehlen wir einen Support-Vertrag und eine Schulung.
Gerne informieren wir Sie zu unserem Angebot.
uib GmbH
Telefon: +49 6131 27561 0
E-Mail: sales@uib.de
Re: Installationen funktionieren nicht mehr
admin users = @pcpatch ist nicht enthalten.
opsi-setup --auto-configure-samba
Bringt folgende Meldung:
Code: Alles auswählen
Share opt_pcbin configuration found in '/etc/samba/smb.conf'. You should use opsi_depot_rw instead, if you need a writeable depot-Share. (opsi-setup|210)
In der /etc/samba/smb.conf ist der Eintrag nicht vorhanden.
Code: Alles auswählen
opsi_depot]
available = yes
comment = opsi depot share (ro)
path = /var/lib/opsi/depot
oplocks = no
level2 oplocks = no
writeable = no
invalid users = root
Code: Alles auswählen
[opsi_depot_rw]
available = yes
comment = opsi depot share (rw)
path = /var/lib/opsi/depot
oplocks = no
follow symlinks = yes
level2 oplocks = no
writeable = yes
invalid users = root
Opsi Winst wird aufgerufen nur direkt wieder beendet.
Vielen Dank und Grüße
Mike
Re: Installationen funktionieren nicht mehr
Code: Alles auswählen
opsi-setup --auto-configure-samba
Vielen Dank für die Nutzung von opsi. Im Forum ist unser Support begrenzt.
Für den professionellen Einsatz und individuelle Beratung empfehlen wir einen Support-Vertrag und eine Schulung.
Gerne informieren wir Sie zu unserem Angebot.
uib GmbH
Telefon: +49 6131 27561 0
E-Mail: sales@uib.de
Re: Installationen funktionieren nicht mehr
habe die Einträge opsi_depot und opsi_depot_rw gelöscht.
Anschließend opsi-setup --auto-configure-samba ausgeführt.
Code: Alles auswählen
[5] [Jan 12 11:28:19] Configuring samba (opsi-setup|176)
[4] [Jan 12 11:28:19] Share opt_pcbin configuration found in '/etc/samba/smb.conf'. You should use opsi_depot_rw instead, if you need a writeable depot-Share. (opsi-setup|210)
[5] [Jan 12 11:28:19] Adding share [opsi_depot] (opsi-setup|213)
[5] [Jan 12 11:28:19] Adding share [opsi_depot_rw] (opsi-setup|236)
[5] [Jan 12 11:28:19] Creating backup of /etc/samba/smb.conf (opsi-setup|293)
[5] [Jan 12 11:28:19] Writing new smb.conf (opsi-setup|296)
[5] [Jan 12 11:28:19] Reloading samba (opsi-setup|301)
Die Einträge wurde wie folgt gesetzt:
Code: Alles auswählen
opsi_depot]
available = yes
comment = opsi depot share (ro)
path = /var/lib/opsi/depot
oplocks = no
follow symlinks = yes
level2 oplocks = no
writeable = no
invalid users = root
[opsi_depot_rw]
available = yes
comment = opsi depot share (rw)
path = /var/lib/opsi/depot
oplocks = no
follow symlinks = yes
level2 oplocks = no
writeable = yes
invalid users = root
Mike