Seite 1 von 1

Network boot cifs permission denied

Verfasst: 18 Jun 2012, 11:38
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

Re: Network boot cifs permission denied

Verfasst: 18 Jun 2012, 12:27
von wolfbardo
try resetting the pcpatch password on the opsi-server with

Code: Alles auswählen

opsi-admin -d task setPcpatchPassword
regards,
Bardo Wolf

Re: Network boot cifs permission denied

Verfasst: 18 Jun 2012, 17:12
von Amit
Thanks!

That solved the problem