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: 1354
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


OPSICONF 2024
https://opsi.org/en/opsiconf/

Basisworkshop Mainz :

17. - 20. 06. 2024


opsi support - uib gmbh
For productive opsi installations we recommend maintainance + support contracts which are the base of opsi development.

http://www.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