Seite 1 von 1
Installationen funktionieren nicht mehr
Verfasst: 08 Jan 2015, 13:53
von Mike162
Hallo zusammen,
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
Verfasst: 08 Jan 2015, 14:03
von d.oertel
Hi,
opsi-winst Version ?
gruß
d.oertel
Re: Installationen funktionieren nicht mehr
Verfasst: 09 Jan 2015, 07:11
von Mike162
Guten Morgen,
anbei die Versionsangabe.
opsi-package-manager -l
opsi-winst 4.11.4.12-1 winst
Viele Grüße
Mike
Re: Installationen funktionieren nicht mehr
Verfasst: 09 Jan 2015, 15:52
von d.oertel
Hi,
enthält die share definition von opsi_depot in der /etc/samba/smb.conf die zeile:
?
Wenn nicht - ausführen:
und samba neu starten
Hilft das ?
gruß
d.oertel
Re: Installationen funktionieren nicht mehr
Verfasst: 12 Jan 2015, 07:19
von Mike162
Guten Morgen,
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)
service smbd restart funktioniert es hat sich jedoch nichts verändert.
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
Der manuelle Zugriff auf das Depot ist möglich.
Opsi Winst wird aufgerufen nur direkt wieder beendet.
Vielen Dank und Grüße
Mike
Re: Installationen funktionieren nicht mehr
Verfasst: 12 Jan 2015, 10:31
von ueluekmen
Hi versuch doch mal, den opsi_depot-Share aus der smb.conf raus zu schmeißen und danach:
auf zu rufen. Danach am besten noch mal samba neustarten.
Re: Installationen funktionieren nicht mehr
Verfasst: 12 Jan 2015, 11:33
von Mike162
Hallo,
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)
Dannach wurde nano /etc/samba/smb.conf ausgeführt.
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
Viele Grüße
Mike