Network boot cifs permission denied

Antworten
Amit
Beiträge: 10
Registriert: 22 Jan 2012, 18:22

Network boot cifs permission denied

Beitrag von Amit »

I have been using opsi to network boot a windows install.

It has been working fine for a few weeks and now i get the following error.

Code: Alles auswählen

Failed to mount '//opsiserver/opsi_depot': Command '/bin/mount -t cifs -o "iocharset=utf8,domain=opsiserver,credentials=/tmp/.cifs-credentials.opsiserver" //opsiserver/opsi_depot /mnt/opsi' failed (32):
mount error(13): Permission denied
I am logging in as adminuser which successfully leads me to the netbook-product list. When i try to select a product it tries to mount via cifs and then fails.

I thought it might be a permissions issue so tried

Code: Alles auswählen

opsi-setup --set-rights
opsi-setup --init-current-config
and restarted all opsi services

If i ssh into the linux bootimage i can then manually mount '//opsiserver/opsi_depot' successfully using the adminuser credentials.

Any idea why it works when i manually mount it but not via the opsi interface?

Thanks
Benutzeravatar
wolfbardo
uib-Team
Beiträge: 1412
Registriert: 01 Jul 2008, 12:10

Re: Network boot cifs permission denied

Beitrag von wolfbardo »

try resetting the pcpatch password on the opsi-server with

Code: Alles auswählen

opsi-admin -d task setPcpatchPassword
regards,
Bardo Wolf


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


Amit
Beiträge: 10
Registriert: 22 Jan 2012, 18:22

Re: Network boot cifs permission denied

Beitrag von Amit »

Thanks!

That solved the problem
Antworten